From ce69fbe2b61646cc6e30bb7e32d0414164f001a7 Mon Sep 17 00:00:00 2001 From: William Brockhus Date: Fri, 25 Feb 2022 09:10:28 +1100 Subject: [PATCH] fix: permit authelia login when using auth_request --- root/defaults/authelia-server.conf | 1 + 1 file changed, 1 insertion(+) 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;