[oe-commits] [meta-openembedded] 03/29: nginx: make user in nginx.conf consistent with the default value

git at git.openembedded.org git at git.openembedded.org
Sat Mar 25 08:09:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 99d4ea49e7126a2c7b0a2a8b59c0f2df9e7cce4c
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Fri Mar 17 07:04:19 2017 +0100

    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 at siemens.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-httpd/nginx/files/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/nginx/files/nginx.conf b/meta-webserver/recipes-httpd/nginx/files/nginx.conf
index fb7e4b6..69d3a2a 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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list