diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 742650f..a2c0dd9 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -103,7 +103,7 @@ if [ -f /var/www/html/conf/nginx/nginx-site.conf ]; then 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 {