Browse Source

formatting change

pull/2166/head
Warren Bailey 3 years ago
parent
commit
48127352c4
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2

+ 5
- 5
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2 View File

@@ -55,17 +55,17 @@
} }


# colibri (JVB) websockets for additional JVBs # colibri (JVB) websockets for additional JVBs
location ~ ^/colibri-ws/([0-9.]*)/(.*) {
proxy_pass http://$1:9090/colibri-ws/$1/$2$is_args$args;
location ~ ^/colibri-ws/([0-9.]*)/(.*) {
proxy_pass http://$1:9090/colibri-ws/$1/$2$is_args$args;


proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For {{ matrix_nginx_proxy_x_forwarded_for }}; proxy_set_header X-Forwarded-For {{ matrix_nginx_proxy_x_forwarded_for }};
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Connection "upgrade";


proxy_http_version 1.1;
proxy_http_version 1.1;


tcp_nodelay on;
tcp_nodelay on;
} }


# XMPP websocket # XMPP websocket


Loading…
Cancel
Save