Increase worker_connections across the board.
This commit is contained in:
parent
e9ec840823
commit
bd8a5c8435
@ -4,6 +4,8 @@
|
||||
roles:
|
||||
- role: jdauphant.nginx
|
||||
nginx_user: "www-data"
|
||||
nginx_events_params:
|
||||
- worker_connections 1024
|
||||
nginx_http_params:
|
||||
- sendfile "on"
|
||||
- server_names_hash_bucket_size 512
|
||||
|
@ -4,6 +4,8 @@
|
||||
roles:
|
||||
- role: jdauphant.nginx
|
||||
nginx_user: "www-data"
|
||||
nginx_events_params:
|
||||
- worker_connections 1024
|
||||
nginx_http_params:
|
||||
- sendfile "on"
|
||||
- server_names_hash_bucket_size 512
|
||||
|
@ -4,6 +4,8 @@
|
||||
roles:
|
||||
- role: jdauphant.nginx
|
||||
nginx_user: "www-data"
|
||||
nginx_events_params:
|
||||
- worker_connections 1024
|
||||
nginx_http_params:
|
||||
- sendfile "on"
|
||||
- server_names_hash_bucket_size 512
|
||||
|
Loading…
Reference in New Issue
Block a user