diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-01 14:40:07 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-01 14:40:07 +0100 |
commit | 92c0a0667e47af1067c2e4d8a7d37eb4fb100e59 (patch) | |
tree | 364b7fc4a2bf0b73a486a5e85fd72c2f863b97ad /nginx-conf | |
parent | 299fa0dbae68cb555584693568f5a197c2ae1178 (diff) |
Removes user line from nginx.conf
Diffstat (limited to 'nginx-conf')
-rw-r--r-- | nginx-conf/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf index 5015e63..c899096 100644 --- a/nginx-conf/nginx.conf +++ b/nginx-conf/nginx.conf @@ -1,4 +1,4 @@ -user nginx; +# user nginx; worker_processes 1; pid /tmp/nginx.pid; |