update PHP

master
Matthew 2024-12-18 02:01:14 -05:00
parent ce11b653f9
commit a079a0eb62
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ server {
#NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini #NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini
include fastcgi_params; include fastcgi_params;
fastcgi_intercept_errors on; fastcgi_intercept_errors on;
fastcgi_pass unix:/run/php/php7.4-fpm.sock; fastcgi_pass unix:/run/php/php8.1-fpm.sock;
#The following parameter can be also included in fastcgi_params file #The following parameter can be also included in fastcgi_params file
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
} }