We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d175b2 commit b4ea83bCopy full SHA for b4ea83b
1 file changed
user_guide_src/source/installation/running.rst
@@ -229,7 +229,7 @@ Hosting with Nginx
229
==================
230
231
Nginx is the second most widely used HTTP server for web hosting.
232
-Here you can find an example configuration using PHP 7.3 FPM (unix sockets) under Ubuntu Server.
+Here you can find an example configuration using PHP 8.1 FPM (unix sockets) under Ubuntu Server.
233
234
default.conf
235
------------
@@ -255,7 +255,7 @@ This configuration enables URLs without "index.php" in them and using CodeIgnite
255
include snippets/fastcgi-php.conf;
256
257
# With php-fpm:
258
- fastcgi_pass unix:/run/php/php7.3-fpm.sock;
+ fastcgi_pass unix:/run/php/php8.1-fpm.sock;
259
# With php-cgi:
260
# fastcgi_pass 127.0.0.1:9000;
261
}
0 commit comments