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) {
|
|
|
|
siasky.net, *.siasky.net {
|
|
|
|
tls {
|
2020-07-27 13:55:08 +00:00
|
|
|
dns route53
|
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
|