diff --git a/web/rootfs/defaults/meet.conf b/web/rootfs/defaults/meet.conf index 4b10234..b6f89f8 100644 --- a/web/rootfs/defaults/meet.conf +++ b/web/rootfs/defaults/meet.conf @@ -81,12 +81,10 @@ location /etherpad/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; - proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_pass {{ .Env.ETHERPAD_URL_BASE }}/; proxy_set_header X-Forwarded-For $remote_addr; proxy_buffering off; - proxy_set_header Host {{ .Env.XMPP_DOMAIN }}; } {{ end }}