-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfly.toml
More file actions
35 lines (27 loc) · 635 Bytes
/
fly.toml
File metadata and controls
35 lines (27 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# fly.toml file generated for proxypoolss on 2021-02-15T13:21:25+08:00
app = "example-proxypool"
[build]
builtin = "go"
kill_signal = "SIGINT"
kill_timeout = 5
[[services]]
internal_port = 12580
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]]
grace_period = "1s"
interval = "10s"
port = "8080"
restart_limit = 5
timeout = "2s"
[env]
CONFIG_FILE = "./config/config.yaml"
DOMAIN = "example-proxypool.fly.dev"