openminds / sneakers

Sneakers is a simple, fast way to mimick Openminds Shared and Cloud hosting environments using vagrant/virtualbox, and provisioned by Chef.
25 stars 11 forks source link

Adds port 9000 to list of unallowed ports #51

Closed Zhann closed 10 years ago

Zhann commented 10 years ago

php-fpm will use 9000, so if you set http_port (or something else) to 9000 you'd get errors like:

STDERR: nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:9000 failed (98: Address already in use)
nginx: [emerg] still could not bind()