diff --git a/.nginx.conf b/.nginx.conf index 599a72f..bd8dae6 100644 --- a/.nginx.conf +++ b/.nginx.conf @@ -15,7 +15,7 @@ # Pass requests that don't refer directly to files in the filesystem to index.php location / { - try_files $uri $uri/ /index.php?$args; + try_files $uri $uri/ /index.php$is_args$args; } # Pass requests to fastcgi upstream