From 1d95267b0d5e05a2fef5e71453f49eeb7ae595a2 Mon Sep 17 00:00:00 2001 From: Leonardo Christino <leomilho@gmail.com> Date: Wed, 18 Oct 2023 12:06:01 +0200 Subject: [PATCH] revert: fix nginx config with proper outpost url --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 217894d3a..c9114ea10 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; -- GitLab