back to 1024 worker connections

This commit is contained in:
packetcat 2022-08-11 14:49:04 -04:00
parent c718d51575
commit ae171c173a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- role: jdauphant.nginx
nginx_user: "www-data"
nginx_events_params:
- worker_connections 10000
- worker_connections 1024
nginx_http_params:
- sendfile "on"
- server_names_hash_bucket_size 512