summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-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;