From a809194ccc21f3877184e9bcc4d9ae7c48b4793e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Capek?= Date: Tue, 28 Mar 2017 08:59:42 +0000 Subject: [PATCH] nginx conf: Increase hash bucket size to allow multiple server names --- assets/nginx.conf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/nginx.conf.sh b/assets/nginx.conf.sh index 80886a9..70d822a 100755 --- a/assets/nginx.conf.sh +++ b/assets/nginx.conf.sh @@ -1,6 +1,7 @@ #! /bin/bash cat << EOF > /etc/nginx/conf.d/default.conf +server_names_hash_bucket_size 64; server { root /opt/aptly/public; server_name ${HOSTNAME};