diff --git a/install/nginx.conf b/install/nginx.conf index 47c04e0..674065f 100644 --- a/install/nginx.conf +++ b/install/nginx.conf @@ -21,7 +21,7 @@ server { location / { index index.php; - try_files $uri $uri/ /index.php; + try_files $uri $uri/ /index.php$is_args$args; } # DO NOT DELETE "(?!well-known).*" if you want to use let's encrypt. @@ -47,4 +47,4 @@ server { listen [::]:80; server_name domain.tld; return 301 https://$server_name$request_uri; -} \ No newline at end of file +}