Browse Source

feat(web): include custom nginx conf files

emrah 5 months ago
parent
commit
2a329fafcd
1 changed files with 2 additions and 0 deletions
  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;
 }