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 02b97b4 commit 1c6a258
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 @@ -8,6 +8,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 1c6a258

Please sign in to comment.