From 02932ee8b40669b3cbaecda202cf2c949d370904 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 18 Dec 2016 23:24:04 +0100 Subject: Print the original URL with username/password in the message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 826c929..18a98d3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Options: proxy_pass http://127.0.0.1:8081/; # --port PORT proxy_pass_request_body off; proxy_set_header Content-Length ""; - proxy_set_header X-Original-URI "$scheme://$host$request_uri"; + proxy_set_header X-Original-Url "$scheme://$host$request_uri"; proxy_set_header X-Allowed-Jid "JID1,JID2"; } -- cgit v1.2.1