README update, default cron update and new parameters to ui
This commit is contained in:
@@ -136,6 +136,15 @@
|
||||
"id":"reverse-proxy-ws",
|
||||
"multiple":"Reverse proxy",
|
||||
"default":""
|
||||
},
|
||||
{
|
||||
"type":"text",
|
||||
"label":"Reverse proxy custom headers",
|
||||
"env":"REVERSE_PROXY_HEADERS",
|
||||
"regex":".*",
|
||||
"id":"reverse-proxy-headers",
|
||||
"multiple":"Reverse proxy",
|
||||
"default":""
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -724,6 +733,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"Limit conn":{
|
||||
"id":"limit-conn",
|
||||
"params":[
|
||||
{
|
||||
"type":"checkbox",
|
||||
"label":"Use limit conn",
|
||||
"env":"USE_LIMIT_CONN",
|
||||
"regex":"^(yes|no)$",
|
||||
"id":"use-limit-conn",
|
||||
"default":"yes"
|
||||
},
|
||||
{
|
||||
"type":"text",
|
||||
"label":"Limit conn max",
|
||||
"env":"LIMIT_CONN_MAX",
|
||||
"regex":"^\\d+$",
|
||||
"id":"limit-conn-max",
|
||||
"default":"40"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Limit req":{
|
||||
"id":"limit-req",
|
||||
"params":[
|
||||
|
||||
Reference in New Issue
Block a user