increase nginx worker_connections to 1024 in ubuntu/deirdre.asininetech.net.yml
This commit is contained in:
parent
0a3cae443f
commit
e9ec840823
@ -4,6 +4,8 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: jdauphant.nginx
|
- role: jdauphant.nginx
|
||||||
nginx_user: "www-data"
|
nginx_user: "www-data"
|
||||||
|
nginx_events_params:
|
||||||
|
- worker_connections 1024
|
||||||
nginx_http_params:
|
nginx_http_params:
|
||||||
- sendfile "on"
|
- sendfile "on"
|
||||||
- server_names_hash_bucket_size 512
|
- server_names_hash_bucket_size 512
|
||||||
|
Loading…
Reference in New Issue
Block a user