Skip to content

Commit b4ea83b

Browse files
committed
docs: update PHP version for sample
1 parent 8d175b2 commit b4ea83b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/installation/running.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Hosting with Nginx
229229
==================
230230

231231
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.
232+
Here you can find an example configuration using PHP 8.1 FPM (unix sockets) under Ubuntu Server.
233233

234234
default.conf
235235
------------
@@ -255,7 +255,7 @@ This configuration enables URLs without "index.php" in them and using CodeIgnite
255255
include snippets/fastcgi-php.conf;
256256
257257
# With php-fpm:
258-
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
258+
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
259259
# With php-cgi:
260260
# fastcgi_pass 127.0.0.1:9000;
261261
}

0 commit comments

Comments
 (0)