We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17d2236 + a017fb2 commit e57ca50Copy full SHA for e57ca50
cookbook/web-server/nginx.rst
@@ -37,7 +37,7 @@ The Nginx configuration could look something like.
37
38
# pass the PHP scripts to FastCGI server from upstream phpfcgi
39
location ~ ^/(index|config)\.php(/|$) {
40
- fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
+ fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
41
fastcgi_split_path_info ^(.+\.php)(/.*)$;
42
include fastcgi_params;
43
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
0 commit comments