From 5a6fe754dfc1dee42f02f701dd5097800f3ffd85 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 26 Jun 2021 21:57:04 -0400 Subject: [PATCH] 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. --- nginx/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 55e91cd2..d7f59f81 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -2,10 +2,8 @@ load_module modules/ngx_http_brotli_static_module.so; -user nginx; worker_processes auto; worker_rlimit_nofile 16384; -pid /run/nginx.pid; events { worker_connections 4096;