nginx: make user in nginx.conf consistent with the default value

It gets replaces with the real NGINX_USER anyway, but it confuses people
that there is a different value by default. So just make it the same as the
default NGINX_USER

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Pascal Bach 2017-03-17 07:04:19 +01:00 committed by Martin Jansa
parent 02cf7aba3c
commit 0233f4cc15

View File

@ -1,5 +1,5 @@
user www-data;
user www;
worker_processes 1;
error_log /var/log/nginx/error.log;