change nginx worker parameters
This commit is contained in:
parent
2abce115ab
commit
40a1a39808
|
@ -5,7 +5,8 @@
|
|||
- role: jdauphant.nginx
|
||||
nginx_user: "www-data"
|
||||
nginx_events_params:
|
||||
- worker_connections 1024
|
||||
- worker_connections 10000
|
||||
- worker_rlimit_nofile 10000
|
||||
nginx_http_params:
|
||||
- sendfile "on"
|
||||
- server_names_hash_bucket_size 512
|
||||
|
|
Loading…
Reference in New Issue