Remove proxy.conf from authentik location
This commit is contained in:
parent
01c28da51e
commit
b73f17181a
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
# location for authentik auth requests
|
# location for authentik auth requests
|
||||||
location /outpost.goauthentik.io {
|
location /outpost.goauthentik.io {
|
||||||
include /config/nginx/proxy.conf;
|
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_authentik authentik-server;
|
set $upstream_authentik authentik-server;
|
||||||
proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io;
|
proxy_pass http://$upstream_authentik:9000/outpost.goauthentik.io;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user