Skip to content
Snippets Groups Projects
Commit 1d95267b authored by Leonardo Christino's avatar Leonardo Christino
Browse files

revert: fix nginx config with proper outpost url

parent 3b17cfe0
No related branches found
No related tags found
No related merge requests found
Pipeline #127419 passed
......@@ -30,7 +30,7 @@ server {
# all requests to /outpost.goauthentik.io must be accessible without authentication
location /outpost.goauthentik.io {
proxy_pass https://auth.staging.graphpolaris.com/;
proxy_pass https://auth.staging.graphpolaris.com/outpost.goauthentik.io;
# ensure the host of this vserver matches your external URL you've configured
# in authentik
proxy_set_header Host $host;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment