From 8ec9c4395906ac5789c8b99f167e1614b7a30f5d Mon Sep 17 00:00:00 2001 From: Robert Hesselmann Date: Sun, 14 Jan 2024 15:58:57 +0100 Subject: [PATCH] Used args instead of query string args uses query string and php arguments supplied to the binary --- src/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index aaabcaf..ef8878e 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -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 {