bundles/nginx: enable creating logs for debugging purposes
This commit is contained in:
parent
553ed05ba2
commit
b01dcb0ff9
2 changed files with 6 additions and 3 deletions
|
@ -125,7 +125,7 @@ for vhost, config in node.metadata.get('nginx/vhosts', {}).items():
|
|||
'source': 'site_template',
|
||||
'content_type': 'mako',
|
||||
'context': {
|
||||
'create_access_log': config.get('access_log', node.metadata.get('nginx/access_log', False)),
|
||||
'create_logs': config.get('create_logs', False),
|
||||
'create_timing_log': config.get('timing_log', True),
|
||||
'php_version': node.metadata.get('php/version', ''),
|
||||
'security_txt': security_txt_enabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue