ui - automatically add MAX_CLIENT_SIZE setting when using the setup wizard

This commit is contained in:
florian 2024-04-19 14:44:49 +02:00
parent 113bd27f0a
commit 21f08d6c4d
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -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"],