mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-02-09 14:34:14 +09:00
Remove proxy.conf from authentik location
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user