adds ; in fastcgi_pass directive in http/nginx.conf
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ http {
|
||||
|
||||
location ~ \.php$ {
|
||||
root html;
|
||||
fastcgi_pass unix:/run/php8.5-fpm-joeac.net-http.sock
|
||||
fastcgi_pass unix:/run/php8.5-fpm-joeac.net-http.sock;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
|
||||
Reference in New Issue
Block a user