bundles/nginx: add configuration option for client_max_body_size
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b7583bc8cc
commit
b52a196c73
13 changed files with 19 additions and 37 deletions
|
@ -24,9 +24,9 @@ nodes['home.octoprint-vielschichtigkeit'] = {
|
|||
'nginx': {
|
||||
'vhosts': {
|
||||
'octoprint': {
|
||||
'max_body_size': '0',
|
||||
'domain': 'vielschichtigkeit.franzi-home.kunbox.net',
|
||||
'do_not_set_content_security_headers': True,
|
||||
'extras': True,
|
||||
'ssl': False,
|
||||
'proxy': {
|
||||
'/': {
|
||||
|
|
|
@ -25,6 +25,7 @@ nodes['htz-cloud.pleroma'] = {
|
|||
'nginx': {
|
||||
'vhosts': {
|
||||
'pleroma': {
|
||||
'max_body_size': '16M',
|
||||
'extras': True,
|
||||
},
|
||||
'pleroma-www-redir': {
|
||||
|
|
|
@ -43,6 +43,7 @@ nodes['htz-cloud.sewfile'] = {
|
|||
'nginx': {
|
||||
'vhosts': {
|
||||
'sewfile.franzi.business': {
|
||||
'max_body_size': '0',
|
||||
'extras': True,
|
||||
'website_check_path': '/accounts/login/',
|
||||
'website_check_string': 'Username',
|
||||
|
|
|
@ -241,6 +241,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'dimension.franzi.business': {
|
||||
'extras': True,
|
||||
'do_not_set_content_security_headers': True,
|
||||
'max_body_size': '50M',
|
||||
'proxy': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:8184',
|
||||
|
|
|
@ -35,6 +35,8 @@ nodes['voc.pretalx'] = {
|
|||
'vhosts': {
|
||||
'pretalx': {
|
||||
'domain': 'pretalx.c3voc.de',
|
||||
# pretalx limits this to 10M per file, too
|
||||
'max_body_size': '100M',
|
||||
'proxy': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:22060/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue