From ea2d9b30eba9e7df8b7e1a985eb22a6f0e14ee7d Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 23 Aug 2022 09:30:30 -0500 Subject: [PATCH] nginx conf tweaks --- root/defaults/nginx/site-confs/default.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index 1dcd4f8..b648011 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -44,7 +44,7 @@ server { # enable for Authelia (requires authelia-server.conf in the server block) #include /config/nginx/authelia-location.conf; - try_files $uri $uri/ /index.html /index.php?$args =404; + try_files $uri $uri/ /index.html /index.php$is_args$args =404; } location ~ ^(.+\.php)(.*)$ {