nodes/home.octoprint-vielschichtigkeit: fix ifnames, fix vhost

This commit is contained in:
Franzi 2020-11-25 21:26:21 +01:00
parent dc9e378908
commit c1885e20b6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,7 @@ defaults = {
'rootwait', 'rootwait',
'quiet', 'quiet',
'plymouth.ignore-serial-consoles', 'plymouth.ignore-serial-consoles',
'net.ifnames=0',
}, },
}, },
} }

View file

@ -0,0 +1 @@
client_max_body_size 100M;

View file

@ -24,8 +24,10 @@ nodes['home.octoprint-vielschichtigkeit'] = {
'nginx': { 'nginx': {
'use_ssl_for_all_connections': False, 'use_ssl_for_all_connections': False,
'vhosts': { 'vhosts': {
'vielschichtigkeit.franzi-home.kunbox.net': { 'octoprint': {
'domain': 'vielschichtigkeit.franzi-home.kunbox.net',
'do_not_set_content_security_headers': True, 'do_not_set_content_security_headers': True,
'extras': True,
'proxy': { 'proxy': {
'/': { '/': {
'target': 'http://[::1]:22030/', 'target': 'http://[::1]:22030/',