mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
increase tomcat tests delay and fix REVERSE_PROXY_SSL_SNI_NAME regex
This commit is contained in:
parent
aff65f5a19
commit
9fbde73c1a
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "tomcat",
|
||||
"kinds": ["docker", "autoconf", "swarm"],
|
||||
"timeout": 60,
|
||||
"delay": 60,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"help": "Sets the SNI host to send to upstream server.",
|
||||
"id": "reverse-proxy-ssl-sni-name",
|
||||
"label": "SSL SNI name",
|
||||
"regex": "^(yes|no)$",
|
||||
"regex": "^.*$",
|
||||
"type": "check"
|
||||
},
|
||||
"REVERSE_PROXY_HOST": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue