From fe069c5e55fbd0d20eca73e67c75cad181098d88 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 28 Jun 2021 19:51:55 +0200 Subject: [PATCH] website/docs: fix use of escaped_request_uri in standalone nginx Signed-off-by: Jens Langhammer --- website/docs/outposts/proxy/forward_auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/outposts/proxy/forward_auth.mdx b/website/docs/outposts/proxy/forward_auth.mdx index 8550f82f8..176112771 100644 --- a/website/docs/outposts/proxy/forward_auth.mdx +++ b/website/docs/outposts/proxy/forward_auth.mdx @@ -57,7 +57,7 @@ import TabItem from '@theme/TabItem'; location @akprox_signin { internal; add_header Set-Cookie $auth_cookie; - return 302 /akprox/start?rd=$escaped_request_uri; + return 302 /akprox/start?rd=$request_uri; } location / {