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:
		| @ -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 / { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer