소스 검색

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;
 }