Skip to content

Commit

Permalink
[__jitsi_meet*] Relocate hash_bucket_size nginx directive
Browse files Browse the repository at this point in the history
This was causing issues in multi-domain scenarios where it'd get duplicated.

Fixes skonfig#8
  • Loading branch information
evilham committed May 23, 2021
1 parent 916862f commit d4f303c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions type/__jitsi_meet/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions type/__jitsi_meet_domain/files/nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d4f303c

Please sign in to comment.