nginx fpm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
root
2024-07-01 12:51:56 +02:00
parent c5a58ef497
commit bdbf9abc88

View File

@@ -30,8 +30,11 @@ http {
index index.html;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
#fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
fastcgi_param SCRIPT_FILENAME /usr/share/nginx/html$fastcgi_script_name;
include fastcgi_params;
}
error_page 500 502 503 504 /50x.html;