Fix default nginx configuration.

This commit is contained in:
Madeorsk 2024-11-15 17:15:21 +01:00
parent f27aa15c20
commit ac62add5ae
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -15,7 +15,7 @@ server
location / location /
{ {
try_files $uri /proxy.php?$query_string; try_files /proxy.php =404;
} }
location ~ \.php$ location ~ \.php$