Skip to content

Commit

Permalink
Upgrade vhost to current supported PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 10, 2024
1 parent 61be3cc commit b413d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/web-server/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The Nginx configuration could look something like.
# pass the PHP scripts to FastCGI server from upstream phpfcgi
location ~ ^/(index|config)\.php(/|$) {
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
Expand Down

0 comments on commit b413d7d

Please sign in to comment.