Fix port binding

This commit is contained in:
Quentin 2021-02-01 11:22:16 +01:00
parent 34c5544ef5
commit 5babe6fad1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ http {
}
location /http-bind {
proxy_pass http://{{ env "NOMAD_ADDR_xmpp_port" }}/http-bind;
proxy_pass http://{{ env "NOMAD_ADDR_bosh_port" }}/http-bind;
proxy_set_header X-Forwarded-For \$remote_addr;
proxy_set_header Host \$http_host;
}