From 8f61111b41af1c3637115a0ce6229ed4c927a198 Mon Sep 17 00:00:00 2001 From: celestora Date: Thu, 16 Sep 2021 19:20:50 +0300 Subject: [PATCH] Fix arguments in nginx.conf --- install/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}