aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2017-03-17 07:04:19 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:25:56 +0200
commit0233f4cc1575b1f0f055ee82535217c556360387 (patch)
treedfdc3d1c9a7ec8d07963f435304b35f746b720d3 /meta-webserver
parent02cf7aba3c06ffc3c1904e930eeb4387e81aa168 (diff)
downloadmeta-openembedded-contrib-0233f4cc1575b1f0f055ee82535217c556360387.tar.gz
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>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-httpd/nginx/files/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/files/nginx.conf b/meta-webserver/recipes-httpd/nginx/files/nginx.conf
index fb7e4b65da..69d3a2adc9 100644
--- a/meta-webserver/recipes-httpd/nginx/files/nginx.conf
+++ b/meta-webserver/recipes-httpd/nginx/files/nginx.conf
@@ -1,5 +1,5 @@
-user www-data;
+user www;
worker_processes 1;
error_log /var/log/nginx/error.log;