Remove proxy.conf from authentik location

This commit is contained in:
Eric Nemchik 2023-02-05 16:56:36 -06:00
parent 01c28da51e
commit b73f17181a

View File

@ -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;