bundles/nginx: fix error_log logging to file instead of being disabled
This commit is contained in:
parent
11a9800906
commit
5e32a562ec
3 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ http {
|
||||||
send_timeout 10;
|
send_timeout 10;
|
||||||
|
|
||||||
access_log off;
|
access_log off;
|
||||||
error_log off;
|
error_log /dev/null;
|
||||||
|
|
||||||
client_body_buffer_size 16K;
|
client_body_buffer_size 16K;
|
||||||
client_header_buffer_size 4k;
|
client_header_buffer_size 4k;
|
||||||
|
|
|
@ -168,6 +168,7 @@ nodes['home.nas'] = {
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'jellyfin': {
|
'jellyfin': {
|
||||||
|
'create_logs': True,
|
||||||
'domain': 'jellyfin.home.kunbox.net',
|
'domain': 'jellyfin.home.kunbox.net',
|
||||||
'ssl': '_.home.kunbox.net',
|
'ssl': '_.home.kunbox.net',
|
||||||
},
|
},
|
||||||
|
|
|
@ -42,6 +42,7 @@ nodes['home.paperless'] = {
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'paperless': {
|
'paperless': {
|
||||||
|
'create_logs': True,
|
||||||
'ssl': '_.home.kunbox.net',
|
'ssl': '_.home.kunbox.net',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue