diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-14 00:44:46 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-14 00:44:46 -0500 |
| commit | 87e5622defe78ea49a4a0198112efb569336f8bc (patch) | |
| tree | b49d011407f6656175235094a3bebc691f885363 /nginx | |
| parent | 72cd8fa599ae0c3b398acb80ae254e7f8229eae2 (diff) | |
switch to nginx user
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1af9132a..333b189c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,4 +1,4 @@ -user www-data; +user nginx; worker_processes auto; worker_rlimit_nofile 8192; pid /run/nginx.pid; |
