website/docs: Fix nginx proxy_pass directive documentation (#10181)

This commit is contained in:
Mike Fotinakis
2024-06-20 03:36:04 -04:00
committed by GitHub
parent 94482daa97
commit b3340507a2
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ location / {
# all requests to /outpost.goauthentik.io must be accessible without authentication
location /outpost.goauthentik.io {
proxy_pass http://outpost.company:9000/outpost.goauthentik.io;
proxy_pass http://outpost.company:9000;
# ensure the host of this vserver matches your external URL you've configured
# in authentik
proxy_set_header Host $host;