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