Align nginx worker_rlimit_nofile with containerd defaults (#13255)

Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
Ali Afsharzadeh
2026-05-21 15:10:48 +03:30
committed by GitHub
parent 7a62933b17
commit 6107c6ab7c

View File

@@ -1,7 +1,7 @@
error_log stderr notice; error_log stderr notice;
worker_processes 2; worker_processes 2;
worker_rlimit_nofile 130048; worker_rlimit_nofile 65535;
worker_shutdown_timeout 10s; worker_shutdown_timeout 10s;
events { events {