Skip to content
Snippets Groups Projects
Verified Commit 413dd52b authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Odstranen host header

parent fca68cc1
No related branches found
No related tags found
No related merge requests found
Pipeline #2107 passed
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment