This commit is contained in:
gyurix
2024-07-01 12:38:05 +02:00
parent ab2024b33f
commit dee70d5862

View File

@@ -30,9 +30,8 @@ http {
index index.html; index index.html;
} }
location ~ \.php$ { location ~ \.php$ {
try_files $uri =404; include snippets/fastcgi-php.conf;
fastcgi_index index.php; fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
include fastcgi_params;
} }
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;