9 lines
319 B
Caddyfile
9 lines
319 B
Caddyfile
# TLS certificates are obtained and renewed automatically (Let's Encrypt).
|
|
# Requirements: DNS for the name below points at this host, and ports 80 and
|
|
# 443 are reachable from the internet (80 is used for the ACME challenge and
|
|
# redirects to HTTPS).
|
|
sandbox.clearsky.dev {
|
|
encode zstd gzip
|
|
reverse_proxy web:8080
|
|
}
|