nginx: use build defaults for user/pid settings

This varies based on the OS and packaging. It's best to make the
assumption that it's a reasonable nginx package rather than reducing
portability.
This commit is contained in:
Daniel Micay 2021-06-26 21:57:04 -04:00
parent eab1bb2671
commit 5a6fe754df

View File

@ -2,10 +2,8 @@
load_module modules/ngx_http_brotli_static_module.so; load_module modules/ngx_http_brotli_static_module.so;
user nginx;
worker_processes auto; worker_processes auto;
worker_rlimit_nofile 16384; worker_rlimit_nofile 16384;
pid /run/nginx.pid;
events { events {
worker_connections 4096; worker_connections 4096;