Merge branch '8-jitsi-meet-nginx-hash-bucket' into 'master'

[__jitsi_meet*] Relocate hash_bucket_size nginx directive

Closes #8

See merge request ungleich-public/cdist-contrib!39
This commit is contained in:
evilham 2021-05-23 18:33:06 +02:00
commit 725c272e81
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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;