Skip to content

Commit e57ca50

Browse files
Merge branch '2.5' of github.com:sulu/sulu-docs into 2.6
2 parents 17d2236 + a017fb2 commit e57ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/web-server/nginx.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Nginx configuration could look something like.
3737
3838
# pass the PHP scripts to FastCGI server from upstream phpfcgi
3939
location ~ ^/(index|config)\.php(/|$) {
40-
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
40+
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
4141
fastcgi_split_path_info ^(.+\.php)(/.*)$;
4242
include fastcgi_params;
4343
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;

0 commit comments

Comments
 (0)