From b73f17181a5c4f2183715a31e9485456cb1dbe43 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 5 Feb 2023 16:56:36 -0600 Subject: [PATCH] Remove proxy.conf from authentik location --- root/defaults/nginx/authentik-server.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/root/defaults/nginx/authentik-server.conf.sample b/root/defaults/nginx/authentik-server.conf.sample index cf01680..06e358d 100644 --- a/root/defaults/nginx/authentik-server.conf.sample +++ b/root/defaults/nginx/authentik-server.conf.sample @@ -3,7 +3,6 @@ # location for authentik auth requests location /outpost.goauthentik.io { - include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_authentik authentik-server; proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io;