Merge pull request #38 from fcoury/nginx_config

Enables nginx configuration server_names_hash_bucket_size
This commit is contained in:
Jeff Lindsay
2013-06-21 11:46:28 -07:00
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# This file lists all individuals having contributed content to the repository.
# If you're submitting a patch, please add your name here in alphabetical order as part of the patch.
#
Felipe Coury <felipe.coury@gmail.com>
Jeff Lindsay <progrium@gmail.com>
rhy-jot <rhy-jot@myeml.net>
Richard North <rich.north@gmail.com>

View File

@@ -21,6 +21,10 @@ else
cd buildstep && make build
fi
if [ -f /etc/nginx/nginx.conf ]; then
sed -i 's/# server_names_hash_bucket_size/server_names_hash_bucket_size/' /etc/nginx/nginx.conf
fi
/etc/init.d/nginx start
start nginx-reloader