feat(web): include custom nginx conf files

master
emrah 2 months ago committed by Saúl Ibarra Corretgé
parent 862986a6bd
commit 2a329fafcd
  1. 2
      web/rootfs/defaults/meet.conf

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

Loading…
Cancel
Save