nginx: fix owner username of some files
This commit is contained in:
parent
927a8f2e0c
commit
c87ab57e1d
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ directories = {
|
|||
},
|
||||
},
|
||||
'/var/log/nginx-timing': {
|
||||
'owner': 'http',
|
||||
'owner': 'www-data',
|
||||
'needs': {
|
||||
'pkg_apt:nginx',
|
||||
},
|
||||
|
@ -38,7 +38,7 @@ files = {
|
|||
'/etc/nginx/nginx.conf': {
|
||||
'content_type': 'mako',
|
||||
'context': {
|
||||
'username': 'http',
|
||||
'username': 'www-data',
|
||||
**node.metadata['nginx'],
|
||||
},
|
||||
'triggers': {
|
||||
|
|
Loading…
Reference in a new issue