bundles/php: remove sury repo, use debian php version
This commit is contained in:
parent
fab81145ca
commit
fed5cbfc52
8 changed files with 10 additions and 58 deletions
|
@ -104,7 +104,7 @@ for vhost, config in node.metadata.get('nginx/vhosts', {}).items():
|
|||
'context': {
|
||||
'create_logs': config.get('create_logs', False),
|
||||
'create_timing_log': config.get('timing_log', True),
|
||||
'php_version': node.metadata.get('php/version', ''),
|
||||
'php_version': node.metadata.get('php/__version', ''),
|
||||
'security_txt': security_txt_enabled,
|
||||
'vhost': vhost,
|
||||
**config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue