Update authelia-server.conf.sample

This commit is contained in:
Eric Nemchik 2022-09-22 14:02:22 -05:00 committed by GitHub
parent c51ae10f47
commit b346b4610c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;