aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/nginx/files
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2017-03-21 10:42:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-31 13:26:00 +0200
commitd050a35031b5ee2afcdaf13b871cb6be6407e6f6 (patch)
tree4d1578ae0296a9bc4b52f1e99d2bf60439b0b0fa /meta-webserver/recipes-httpd/nginx/files
parenta4e4cfd932796953efa6d93cce76cd93c558b9a2 (diff)
downloadmeta-openembedded-contrib-d050a35031b5ee2afcdaf13b871cb6be6407e6f6.tar.gz
nginx: make sure the user is correctly set for the volatile directories
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/files')
-rw-r--r--meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf b/meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf
index 93f3c66345..472fde16a8 100644
--- a/meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf
+++ b/meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf
@@ -1,2 +1,2 @@
-d www www-data 0755 /run/nginx none
+d @NGINX_USER@ www-data 0755 /run/nginx none
d root root 0755 /var/log/nginx none