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

Bugfix

parent 2d2e16e6
No related branches found
No related tags found
No related merge requests found
Pipeline #2105 passed
...@@ -3,7 +3,7 @@ image: docker:19.03.1 ...@@ -3,7 +3,7 @@ image: docker:19.03.1
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 0.4.4 IMAGE_VER: 0.4.5
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
......
...@@ -39,8 +39,6 @@ location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|. ...@@ -39,8 +39,6 @@ location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|.
# colibri (JVB) websockets # colibri (JVB) websockets
location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) { location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) {
proxy_pass http://$1:9090/colibri-ws/$1/$2$is_args$args; proxy_pass http://$1:9090/colibri-ws/$1/$2$is_args$args;
#location ~ ^/colibri-ws/default-id/(.*) {
# proxy_pass http://jvb.meet.jitsi:9090/colibri-ws/default-id/$1$is_args$args;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment