bundles/nginx: refine fastcgi config
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-03-05 18:55:51 +01:00
parent 70be652309
commit 56bafd73be
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 30 additions and 21 deletions

View file

@ -142,7 +142,6 @@ server {
% if php:
location ~ \.php$ {
include fastcgi.conf;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php${php_version}-fpm.sock;
}
% if not max_body_size: