Browse Source

Fix Nginx config

Angristan 7 years ago
parent
commit
28faecbc24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/nginx.conf

+ 1 - 1
contrib/nginx.conf

@@ -7,7 +7,7 @@ server {
 	root /var/www/html/public;
 
 	location / {
-		try_files $uri $uri/ /index.php;
+		try_files $uri $uri/ /$is_args$args;
 	}
 
 	location ~ \.php$ {