From 6a5e2c426e82054007a8782e50fb6a120c6fbf87 Mon Sep 17 00:00:00 2001 From: emrah Date: Thu, 21 Nov 2024 13:10:00 +0300 Subject: [PATCH] feat(web): include custom nginx conf files --- web/rootfs/defaults/meet.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/rootfs/defaults/meet.conf b/web/rootfs/defaults/meet.conf index d0a1271..a0cd384 100644 --- a/web/rootfs/defaults/meet.conf +++ b/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; }