Used args instead of query string

args uses query string and php arguments supplied to the binary
This commit is contained in:
Robert Hesselmann
2024-01-14 15:58:57 +01:00
committed by GitHub
parent 74585d88fb
commit 8ec9c43959

View File

@@ -88,7 +88,7 @@ fi
fastcgi_hide_header X-Runtime;
location / {
try_files \$uri \$uri/ /index.php?\$query_string;
try_files \$uri \$uri/ /index.php\$is_args\$args;
gzip_static on;
}
location ~ \.css {