bundles/nginx: fix error_log logging to file instead of being disabled

This commit is contained in:
Franzi 2025-04-01 17:17:18 +02:00
parent 11a9800906
commit 5e32a562ec
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 3 additions and 1 deletions

View file

@ -168,6 +168,7 @@ nodes['home.nas'] = {
'nginx': {
'vhosts': {
'jellyfin': {
'create_logs': True,
'domain': 'jellyfin.home.kunbox.net',
'ssl': '_.home.kunbox.net',
},