You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
339 B
TOML
22 lines
339 B
TOML
app = "httpbingo"
|
|
|
|
[[services]]
|
|
internal_port = 8080
|
|
protocol = "tcp"
|
|
|
|
[services.concurrency]
|
|
hard_limit = 25
|
|
soft_limit = 20
|
|
|
|
[[services.ports]]
|
|
handlers = ["http"]
|
|
port = "80"
|
|
|
|
[[services.ports]]
|
|
handlers = ["tls", "http"]
|
|
port = "443"
|
|
|
|
[[services.tcp_checks]]
|
|
interval = 10000
|
|
timeout = 2000
|