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;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_index index.php;
include fastcgi_params;
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.3-fpm.sock;
}
error_page 500 502 503 504 /50x.html;