Fix port binding
This commit is contained in:
parent
34c5544ef5
commit
5babe6fad1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /http-bind {
|
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 X-Forwarded-For \$remote_addr;
|
||||||
proxy_set_header Host \$http_host;
|
proxy_set_header Host \$http_host;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue