php 7.4 nginx

This commit is contained in:
Shihaam Abdul Rahman 2022-11-05 19:03:37 +05:00
parent 1261888847
commit e005ae74a3
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -129,7 +129,7 @@ server {
fastcgi_param modHeadersAvailable true; # Avoid sending the security headers twice
fastcgi_param front_controller_active true; # Enable pretty urls
fastcgi_pass unix:/run/php/php8.1-fpm.sock;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_intercept_errors on;
fastcgi_request_buffering off;