From 0233f4cc1575b1f0f055ee82535217c556360387 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 17 Mar 2017 07:04:19 +0100 Subject: 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 Signed-off-by: Martin Jansa --- 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 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; -- cgit v1.2.3-54-g00ecf