浏览代码

feat(web): include custom nginx conf files

emrah 5 月之前
父节点
当前提交
2a329fa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      web/rootfs/defaults/meet.conf

+ 2 - 0
web/rootfs/defaults/meet.conf

@@ -38,6 +38,8 @@ add_header X-Jitsi-Shard {{ .Env.DEPLOYMENTINFO_SHARD }};
 # Opt out of FLoC (deprecated)
 add_header Permissions-Policy "interest-cohort=()";
 
+include /config/nginx-custom/*.conf;
+
 location = /config.js {
     alias /config/config.js;
 }