nodes/htz.ex42-1048908: update nginx config for wiki.franzi.business

This commit is contained in:
Franzi 2020-10-18 19:30:23 +02:00
parent 48cc865892
commit f36e36d74a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 18 additions and 1 deletions

View file

@ -215,8 +215,13 @@ nodes['htz.ex42-1048908'] = {
'php': True,
},
'wiki.franzi.business': {
'index': 'index.php',
'index': 'doku.php',
'extras': True,
'php': True,
'webroot_config': {
'owner': 'www-data',
'group': 'www-data',
},
},
},
'worker_processes': 4,