mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
Update authelia-server.conf.sample
This commit is contained in:
parent
c51ae10f47
commit
b346b4610c
@ -10,9 +10,7 @@ location ^~ /authelia {
|
|||||||
|
|
||||||
location = /authelia/api/verify {
|
location = /authelia/api/verify {
|
||||||
internal;
|
internal;
|
||||||
if ($request_uri ~ [^a-zA-Z0-9_+-=\!@$%&*?~.:#'\;\(\)\[\]]) {
|
|
||||||
return 401;
|
|
||||||
}
|
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_authelia authelia;
|
set $upstream_authelia authelia;
|
||||||
proxy_pass_request_body off;
|
proxy_pass_request_body off;
|
||||||
|
Loading…
Reference in New Issue
Block a user