Skip to content

Commit

Permalink
set worker_shutdown_timeout to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 23, 2024
1 parent 467d002 commit 5c4d81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ error_log stderr emerg;

worker_processes auto;
worker_rlimit_nofile 16384;
worker_shutdown_timeout 1h;

events {
worker_connections 4096;
Expand Down

0 comments on commit 5c4d81b

Please sign in to comment.