diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index c9114ea10e662f34d2f4d2588c5566bff36e8c1e..217894d3aea7adf17f7adbd6571754c6079022e1 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/outpost.goauthentik.io;
+        proxy_pass              https://auth.staging.graphpolaris.com/;
         # ensure the host of this vserver matches your external URL you've configured
         # in authentik
         proxy_set_header        Host $host;