mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - automatically add MAX_CLIENT_SIZE setting when using the setup wizard
This commit is contained in:
parent
113bd27f0a
commit
21f08d6c4d
1 changed files with 1 additions and 0 deletions
|
|
@ -598,6 +598,7 @@ def setup():
|
|||
"REVERSE_PROXY_URL": request.form["ui_url"] or "/",
|
||||
"AUTO_LETS_ENCRYPT": request.form.get("auto_lets_encrypt", "no"),
|
||||
"INTERCEPTED_ERROR_CODES": "400 404 405 413 429 500 501 502 503 504",
|
||||
"MAX_CLIENT_SIZE": "50m",
|
||||
},
|
||||
request.form["server_name"],
|
||||
request.form["server_name"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue