feat(web): include custom nginx conf files

pull/1969/head
emrah 15 hours ago
parent 534106591a
commit 6a5e2c426e
No known key found for this signature in database
GPG Key ID: C6AE22515ADEE048
  1. 2
      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;
}

Loading…
Cancel
Save