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:
parent
c6e60c0ebc
commit
fe069c5e55
|
@ -57,7 +57,7 @@ import TabItem from '@theme/TabItem';
|
||||||
location @akprox_signin {
|
location @akprox_signin {
|
||||||
internal;
|
internal;
|
||||||
add_header Set-Cookie $auth_cookie;
|
add_header Set-Cookie $auth_cookie;
|
||||||
return 302 /akprox/start?rd=$escaped_request_uri;
|
return 302 /akprox/start?rd=$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
Reference in New Issue