aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/config/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/jitsi/config/nginx.conf')
-rw-r--r--cluster/prod/app/jitsi/config/nginx.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/cluster/prod/app/jitsi/config/nginx.conf b/cluster/prod/app/jitsi/config/nginx.conf
index 32cc3c1..c988059 100644
--- a/cluster/prod/app/jitsi/config/nginx.conf
+++ b/cluster/prod/app/jitsi/config/nginx.conf
@@ -91,8 +91,9 @@ http {
add_header 'Access-Control-Allow-Methods' 'GET,POST,PUT,DELETE,OPTIONS';
add_header 'Access-Control-Allow-Origin' '*';
proxy_pass http://{{ env "NOMAD_ADDR_bosh_port" }}/http-bind;
- proxy_set_header X-Forwarded-For \$remote_addr;
- #proxy_set_header Host \$http_host;
+ proxy_set_header X-Forwarded-For $remote_addr;
+ #proxy_set_header Host $http_host;
+ proxy_set_header Host jitsi-bosh;
}
# not used yet VVV