diff --git a/nginx-sample.conf b/nginx-sample.conf index a54f87e5..e601abcb 100644 --- a/nginx-sample.conf +++ b/nginx-sample.conf @@ -25,7 +25,7 @@ server { } location / { - try_files $uri $uri/ /index.php; + try_files $uri $uri/ /index.php?$query_string;; } location ~ \.php$ {