From 413dd52bb16d3272e581b8a39dffc399383c0cf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Fri, 15 Jan 2021 01:22:45 +0100
Subject: [PATCH] Odstranen host header

---
 .gitlab-ci.yml | 2 +-
 meet.conf      | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8694cb..5b5ff4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: docker:19.03.1
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
   IMAGE_TAG: $CI_REGISTRY_IMAGE
-  IMAGE_VER: 0.5.0
+  IMAGE_VER: 0.5.1
 
 services:
   - docker:19.03.1-dind
diff --git a/meet.conf b/meet.conf
index 8194eab..452f1e0 100644
--- a/meet.conf
+++ b/meet.conf
@@ -43,7 +43,6 @@ location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) {
     proxy_set_header Upgrade $http_upgrade;
     proxy_set_header Connection "upgrade";
     tcp_nodelay on;
-    proxy_set_header Host {{ .Env.PUBLIC_URL_DOMAIN }};
 }
 
 # BOSH
-- 
GitLab