-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
Milestone
Description
- worker_processes auto;
http://nginx.org/en/docs/ngx_core_module.html#worker_processes - worker_rlimit_nofile 100000;
- multi_accept on;
http://wiki.nginx.org/EventsModule#multi_accept - reset_timedout_connection on;
http://wiki.nginx.org/HttpCoreModule#reset_timedout_connection - keepalive_timeout 30;
Some Useful Articles: https://rtcamp.com/tutorials/nginx/optimization/
http://www.codestance.com/tutorials-archive/nginx-tuning-for-best-performance-255