diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-12-18 23:24:04 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-12-18 23:24:04 +0100 |
commit | 02932ee8b40669b3cbaecda202cf2c949d370904 (patch) | |
tree | b8dae6f7f8efde35d76530268fd486641bd4c31a /README.md | |
parent | 8ceac0236c555979a9172c69c1a9e895d7487d6f (diff) | |
download | auth-xmppmessage-master.tar.gz auth-xmppmessage-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } |