fix: permit authelia login when using auth_request

This commit is contained in:
William Brockhus 2022-02-25 09:10:28 +11:00
parent 7c5005f9ad
commit ce69fbe2b6

View File

@ -2,6 +2,7 @@
# Make sure that your authelia container is in the same user defined bridge network and is named authelia
location ^~ /authelia {
auth_request off;
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_authelia authelia;