Re: User directive error

2019-01-26 Thread Palvelin Postmaster via nginx
I’m running a standard Ubuntu 18.04, not SELinux. I’m under the assumption that my nginx master process IS being run by root. > On 25 Jan 2019, at 19:03, Maxim Ozerov wrote: > > Hm... it doesn't sound believable, but for example, you can restrict the root > user with SELinux context ;) > >>

RE: User directive error

2019-01-25 Thread Maxim Ozerov
Hm... it doesn't sound believable, but for example, you can restrict the root user with SELinux context ;) > > Hello! > > > Why does this error occur (Ubuntu 18.04/nginx 1.14.0)? > > > > nginx.conf:21 > > user www-data; > > > > error.log > > 2019/01/24 19:07:07 [warn] 3526#3526: the "user" dir

Re: User directive error

2019-01-25 Thread Palvelin Postmaster via nginx
> On 25 Jan 2019, at 03:50, Zhang Chao wrote: > > Hello! > > > Why does this error occur (Ubuntu 18.04/nginx 1.14.0)? > > > > nginx.conf:21 > > user www-data; > > > > error.log > > 2019/01/24 19:07:07 [warn] 3526#3526: the "user" directive makes sense only > > if the master process runs w

Re: User directive error

2019-01-24 Thread Zhang Chao
Hello! > Why does this error occur (Ubuntu 18.04/nginx 1.14.0)? > > nginx.conf:21 > user www-data; > > error.log > 2019/01/24 19:07:07 [warn] 3526#3526: the "user" directive makes sense only if the master process runs with super- > user privi

User directive error

2019-01-24 Thread Palvelin Postmaster via nginx
Why does this error occur (Ubuntu 18.04/nginx 1.14.0)? nginx.conf:21 user www-data; error.log 2019/01/24 19:07:07 [warn] 3526#3526: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:21 # ps -axu |grep n