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

chore: keep ssl server name in nginx authentik auth route

parent 1d95267b
No related branches found
No related tags found
No related merge requests found
Pipeline #127420 passed
......@@ -33,6 +33,7 @@ server {
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_ssl_server_name on;
proxy_set_header Host $host;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
add_header Set-Cookie $auth_cookie;
......
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