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

@ -26,7 +26,7 @@ http {
send_timeout 10;
access_log off;
error_log off;
error_log /dev/null;
client_body_buffer_size 16K;
client_header_buffer_size 4k;

View file

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

View file

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