diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2017-03-17 07:04:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:25:56 +0200 |
commit | 0233f4cc1575b1f0f055ee82535217c556360387 (patch) | |
tree | dfdc3d1c9a7ec8d07963f435304b35f746b720d3 /meta-webserver/recipes-httpd/nginx | |
parent | 02cf7aba3c06ffc3c1904e930eeb4387e81aa168 (diff) | |
download | meta-openembedded-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/recipes-httpd/nginx')
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/files/nginx.conf | 2 |
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 fb7e4b65d..69d3a2adc 100644 --- a/meta-webserver/recipes-httpd/nginx/files/nginx.conf +++ b/meta-webserver/recipes-httpd/nginx/files/nginx.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | user www-data; | 2 | user www; |
3 | worker_processes 1; | 3 | worker_processes 1; |
4 | 4 | ||
5 | error_log /var/log/nginx/error.log; | 5 | error_log /var/log/nginx/error.log; |