diff options
| author | Jan Friedli | 2020-03-29 00:05:01 +0100 |
|---|---|---|
| committer | Jan Friedli | 2020-05-09 21:21:48 +0200 |
| commit | 465f1151d963dced746da0e7d6c3dc1a0bd5b8df (patch) | |
| tree | 42b583510137ae2c82ecc86205e31f240c882e64 /config | |
| parent | a23b4fe4833416e40c0bf5a5153246ff12a6ec46 (diff) | |
remove user directive since its useless in a non root env
Diffstat (limited to 'config')
| -rw-r--r-- | config/nginx.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/nginx.conf b/config/nginx.conf index 3daac64..bd4770b 100644 --- a/config/nginx.conf +++ b/config/nginx.conf | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | user nginx; | ||
| 2 | worker_processes auto; | 1 | worker_processes auto; |
| 3 | pid /tmp/nginx.pid; | 2 | pid /tmp/nginx.pid; |
| 4 | include /etc/nginx/modules-enabled/*.conf; | 3 | include /etc/nginx/modules-enabled/*.conf; |
