website/docs: fix use of escaped_request_uri in standalone nginx

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-28 19:51:55 +02:00
parent c6e60c0ebc
commit fe069c5e55
1 changed files with 1 additions and 1 deletions

View File

@ -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 / {