Update default worker_connections to 1024, since that plays nice with default OS configs.

This commit is contained in:
Jeff Geerling 2015-02-20 23:17:13 -06:00
parent 66922e9951
commit 6f04a8f2ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
nginx_worker_processes: "1"
nginx_worker_connections: "8192"
nginx_worker_connections: "1024"
nginx_client_max_body_size: "64m"
nginx_keepalive_timeout: "65"
nginx_remove_default_vhost: false