Skip to content

Commit b346b46

Browse files
authored
Update authelia-server.conf.sample
1 parent c51ae10 commit b346b46

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

root/defaults/nginx/authelia-server.conf.sample

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ location ^~ /authelia {
1010

1111
location = /authelia/api/verify {
1212
internal;
13-
if ($request_uri ~ [^a-zA-Z0-9_+-=\!@$%&*?~.:#'\;\(\)\[\]]) {
14-
return 401;
15-
}
13+
1614
include /config/nginx/resolver.conf;
1715
set $upstream_authelia authelia;
1816
proxy_pass_request_body off;

0 commit comments

Comments
 (0)