summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-12-18 23:24:04 +0100
committerYves Fischer <yvesf-git@xapek.org>2016-12-18 23:24:04 +0100
commit02932ee8b40669b3cbaecda202cf2c949d370904 (patch)
treeb8dae6f7f8efde35d76530268fd486641bd4c31a /README.md
parent8ceac0236c555979a9172c69c1a9e895d7487d6f (diff)
downloadauth-xmppmessage-master.tar.gz
auth-xmppmessage-master.zip
Print the original URL with username/password in the messageHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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";
}