nginx conf: Increase hash bucket size to allow multiple server names

This commit is contained in:
Jan Čapek 2017-03-28 08:59:42 +00:00 committed by Bryan
parent e3fcb2ad14
commit a809194ccc
1 changed files with 1 additions and 0 deletions

View File

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