[__jitsi_meet*] Relocate hash_bucket_size nginx directive
This was causing issues in multi-domain scenarios where it'd get duplicated. Fixes #8
This commit is contained in:
parent
916862f7ab
commit
d4f303c64b
2 changed files with 2 additions and 2 deletions
|
@ -118,6 +118,8 @@ require="__directory${NGINX_ETC}/sites-available" __file "${NGINX_ETC}/sites-ava
|
|||
--source - << EOF
|
||||
# This file is managed remotely, all changes will be lost
|
||||
|
||||
server_names_hash_bucket_size 64;
|
||||
|
||||
# nginx server configuration for:
|
||||
|
||||
server {
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
# shellcheck disable=SC2034 # This is intended to be included
|
||||
JITSI_NGINX_CONFIG="$(cat <<EOF
|
||||
server_names_hash_bucket_size 64;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
|
Loading…
Reference in a new issue