nodes/home.octoprint-vielschichtigkeit: fix ifnames, fix vhost
This commit is contained in:
parent
dc9e378908
commit
c1885e20b6
3 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,7 @@ defaults = {
|
||||||
'rootwait',
|
'rootwait',
|
||||||
'quiet',
|
'quiet',
|
||||||
'plymouth.ignore-serial-consoles',
|
'plymouth.ignore-serial-consoles',
|
||||||
|
'net.ifnames=0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
client_max_body_size 100M;
|
|
@ -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/',
|
||||||
|
|
Loading…
Reference in a new issue