diff --git a/root/defaults/authelia-server.conf b/root/defaults/authelia-server.conf index 8bd63d0..421f42b 100644 --- a/root/defaults/authelia-server.conf +++ b/root/defaults/authelia-server.conf @@ -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;