This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-06-22 09:54:01 +00:00
|
|
|
(custom.domain) {
|
|
|
|
{$DOMAIN_NAME} {
|
|
|
|
tls {$EMAIL_ADDRESS}
|
2020-07-27 13:40:26 +00:00
|
|
|
reverse_proxy nginx:80
|
2020-06-22 09:54:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
(siasky.net) {
|
2020-09-24 14:33:07 +00:00
|
|
|
siasky.net, *.siasky.net, *.hns.siasky.net {
|
2020-06-22 09:54:01 +00:00
|
|
|
tls {
|
2020-09-28 08:50:11 +00:00
|
|
|
dns route53 {
|
2020-09-28 08:57:47 +00:00
|
|
|
max_retries 50
|
2020-09-28 08:50:11 +00:00
|
|
|
}
|
2020-06-22 09:54:01 +00:00
|
|
|
}
|
2020-07-27 13:40:26 +00:00
|
|
|
reverse_proxy nginx:80
|
2020-06-22 09:54:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
(localhost) {
|
|
|
|
:443 {
|
|
|
|
tls internal {
|
|
|
|
on_demand
|
|
|
|
}
|
2020-07-27 13:40:26 +00:00
|
|
|
reverse_proxy nginx:80
|
2020-06-22 09:54:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
import localhost
|
2020-07-17 19:12:18 +00:00
|
|
|
# import custom.domain
|
2020-06-22 09:54:01 +00:00
|
|
|
# import siasky.net
|