Update rootfs/etc/nginx/nginx.conf

This commit is contained in:
holzi1005 2025-06-22 09:22:23 +02:00
parent e989738aa6
commit 2d073376d1

View file

@ -57,9 +57,7 @@ http {
index index.php index.html;
location / {
# First attempt to serve request as file, then
# as directory, then fall back to index.php
try_files $uri $uri/ /index.php?q=$uri&$args;
try_files $uri /index.php$is_args&$args;
}
# Redirect server error pages to the static page /50x.html