bundles/nginx: add option to disable anon_timing log
This commit is contained in:
parent
c6bb00c124
commit
757e9e6bb8
4 changed files with 13 additions and 3 deletions
|
@ -126,6 +126,7 @@ for vhost, config in node.metadata.get('nginx/vhosts', {}).items():
|
|||
'content_type': 'mako',
|
||||
'context': {
|
||||
'create_access_log': config.get('access_log', node.metadata.get('nginx/access_log', False)),
|
||||
'create_timing_log': config.get('timing_log', True),
|
||||
'php_version': node.metadata.get('php/version', ''),
|
||||
'security_txt': security_txt_enabled,
|
||||
'vhost': vhost,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue