saltstack-formulas / gitlab-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
29 stars 49 forks source link

nginx.conf requires setting "server_names_hash_bucket_size 64;" in nginx.conf #9

Open tinuva opened 10 years ago

tinuva commented 10 years ago

When doing a install of this gitlab-formula on a clean Debian 7 minimal install, the nginx service state fail mentioning that server_names_hash_bucket_size 32; is not enough.

After commenting out "server_names_hash_bucket_size 64;" in the nginx.conf file, nginx starts up successfully.

arnisoph commented 10 years ago

I can confirm this behavior but would recommend to move the nginx states to e.g. https://github.com/saltstack-formulas/nginx-formula to enable more granular nginx configuration/ management.