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