Merge pull request #26 from ExtremTechniker/ExtremTechniker-patch-1

Used args instead of query string
This commit is contained in:
2024-02-04 18:50:39 +01:00
committed by GitHub

View File

@@ -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 {