mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove custom rate limit in wizard config
This commit is contained in:
parent
6f74d3ec1c
commit
f7fbb914f6
1 changed files with 0 additions and 2 deletions
|
|
@ -570,8 +570,6 @@ def setup():
|
|||
"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",
|
||||
"LIMIT_REQ_URL_1": request.form["ui_url"] or "/",
|
||||
"LIMIT_REQ_RATE_1": "10r/s",
|
||||
},
|
||||
request.form["server_name"],
|
||||
request.form["server_name"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue