fix: permit authelia login when using auth_request
This commit is contained in:
parent
7c5005f9ad
commit
ce69fbe2b6
@ -2,6 +2,7 @@
|
|||||||
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
|
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
|
||||||
|
|
||||||
location ^~ /authelia {
|
location ^~ /authelia {
|
||||||
|
auth_request off;
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_authelia authelia;
|
set $upstream_authelia authelia;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user