浏览代码

Update roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2166/head
Warren Bailey 3 年前
committed by GitHub
父节点
当前提交
7ef9764592
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-jitsi.conf.j2 查看文件

@@ -57,7 +57,7 @@
{% for jvb in matrix_nginx_proxy_proxy_jitsi_additional_jvbs %}
{% for id in jvb %}
# colibri (JVB) websockets for additional JVBs
location ~ ^/colibri-ws/{{ id }}/(.*) {
location ~ ^/colibri-ws/{{ id | regex_escape }}/(.*) {
proxy_pass http://{{ jvb[id] }}:9090/colibri-ws/{{ id }}/$2$is_args$args;

proxy_set_header Host $host;


正在加载...
取消
保存