Skip to content

Commit

Permalink
Fix incorrect nginx proxy_pass config
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fotinakis <[email protected]>
  • Loading branch information
fotinakis authored Jun 20, 2024
1 parent c1093cc commit 00d8fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/providers/proxy/_nginx_proxy_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00d8fc0

Please sign in to comment.