mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-06-06 22:19:04 -04:00
Update authentik-server.conf
This commit is contained in:
parent
a91fe2b269
commit
c686dfee47
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
## Version 2022/09/22
|
## Version 2022/09/22
|
||||||
# Make sure that your authentik container is in the same user defined bridge network and is named authentik
|
# Make sure that your authentik container is in the same user defined bridge network and is named authentik-server
|
||||||
|
|
||||||
# all requests to /outpost.goauthentik.io must be accessible without authentication
|
# all requests to /outpost.goauthentik.io must be accessible without authentication
|
||||||
location /outpost.goauthentik.io {
|
location /outpost.goauthentik.io {
|
||||||
|
@ -22,4 +22,4 @@
|
||||||
return 302 /outpost.goauthentik.io/start?rd=$request_uri;
|
return 302 /outpost.goauthentik.io/start?rd=$request_uri;
|
||||||
# For domain level, use the below error_page to redirect to your authentik server with the full redirect path
|
# For domain level, use the below error_page to redirect to your authentik server with the full redirect path
|
||||||
# return 302 https://authentik.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
|
# return 302 https://authentik.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue