From adf4b23c01f0da2c285a52207cf9bac59feea45a Mon Sep 17 00:00:00 2001 From: Mawoka Date: Mon, 20 Sep 2021 19:21:30 +0200 Subject: [PATCH] website/docs: add /akprox for nginx auth_request (#1420) --- website/docs/providers/proxy/forward_auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/providers/proxy/forward_auth.mdx b/website/docs/providers/proxy/forward_auth.mdx index 258aa510c..bb8f06adb 100644 --- a/website/docs/providers/proxy/forward_auth.mdx +++ b/website/docs/providers/proxy/forward_auth.mdx @@ -85,7 +85,7 @@ server { # all requests to /akprox must be accessible without authentication location /akprox { - proxy_pass http://*ip or hostname of the authentik OUTPOST*:9000; + proxy_pass http://*ip or hostname of the authentik OUTPOST*:9000/akprox; # ensure the host of this vserver matches your external URL you've configured # in authentik proxy_set_header Host $host;