php - How to configure nginx for download server? -


how configure nginx high traffic download server site file hosting site.

my server hang every 10 min reload nginx , goes normal

my nginx configuration

worker_processes auto  worker_rlimit_nofile 10240  worker_connections 4096   client_body_timeout    10     client_header_timeout   10     keepalive_timeout   10     keepalive_requests 1024     send_timeout        10s resolver_timeout    3s 

my server details

2.3 ghz 8 cpu 12 cores 16 threads 1gb/sec internet speed

how can make serve high traffic downloads without hanging


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -