From b346b4610cdd43191a31dd4879b1f35768679d9c Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 22 Sep 2022 14:02:22 -0500 Subject: [PATCH] Update authelia-server.conf.sample --- root/defaults/nginx/authelia-server.conf.sample | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/root/defaults/nginx/authelia-server.conf.sample b/root/defaults/nginx/authelia-server.conf.sample index 07e4620..dfb34f3 100644 --- a/root/defaults/nginx/authelia-server.conf.sample +++ b/root/defaults/nginx/authelia-server.conf.sample @@ -10,9 +10,7 @@ location ^~ /authelia { location = /authelia/api/verify { internal; - if ($request_uri ~ [^a-zA-Z0-9_+-=\!@$%&*?~.:#'\;\(\)\[\]]) { - return 401; - } + include /config/nginx/resolver.conf; set $upstream_authelia authelia; proxy_pass_request_body off;