summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-06-26 21:57:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-06-26 21:57:04 -0400
commit5a6fe754dfc1dee42f02f701dd5097800f3ffd85 (patch)
tree7dd8a90d4eed6fdadc7ad1a36d481e35f58e6922
parenteab1bb2671ebb5d6fa5129b4a68c3ab5e43f6285 (diff)
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.
-rw-r--r--nginx/nginx.conf2
1 files changed, 0 insertions, 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;