Update nginx-sample.conf

This commit is contained in:
slawkens 2025-01-13 20:34:40 +01:00
parent 544d006b6f
commit 43421e56ea

View File

@ -24,7 +24,7 @@ server {
} }
location / { location / {
try_files $uri $uri/ /index.php?$query_string;; try_files $uri $uri/ /index.php?$query_string;
} }
location ~ \.php$ { location ~ \.php$ {