allebb / conductor

Conductor is a CLI tool to automate the installation of a Laravel application server complete with a CLI tool (conductor) to help deploy and manage multiple web applications on the server with ease.
MIT License
5 stars 1 forks source link

New Nginx virtualhosts cause Nginx to fail to restart with an error message. #3

Closed allebb closed 10 years ago

allebb commented 10 years ago

When adding more than one application (Nginx Virtualhost) there appears to be an issue as the following error message is thrown:-

[emerg] 2206#0: could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32

allebb commented 10 years ago

Seems to be resolved when using 'server_names_hash_bucket_size 64;' is set in the config, will get this implemented into the main conductor nginx include.

allebb commented 10 years ago

Fixed several days ago in: https://github.com/bobsta63/conductor/commit/51631d6789e6075b9680694490a5eb99acba2315