bundles/nginx: add configuration option for client_max_body_size
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-30 21:26:25 +02:00
parent b7583bc8cc
commit b52a196c73
Signed by: kunsi
GPG key ID: 12E3D2136B818350
13 changed files with 19 additions and 37 deletions

View file

@ -25,6 +25,7 @@ nodes['htz-cloud.pleroma'] = {
'nginx': {
'vhosts': {
'pleroma': {
'max_body_size': '16M',
'extras': True,
},
'pleroma-www-redir': {

View file

@ -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',