increase tomcat tests delay and fix REVERSE_PROXY_SSL_SNI_NAME regex

This commit is contained in:
florian 2024-07-15 13:10:32 +02:00
parent aff65f5a19
commit 9fbde73c1a
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"name": "tomcat",
"kinds": ["docker", "autoconf", "swarm"],
"timeout": 60,
"delay": 60,
"tests": [
{
"type": "string",

View file

@ -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": {