10 lines
256 B
Caddyfile
10 lines
256 B
Caddyfile
# Public deployment with automatic TLS: set DSH_SYNC_DOMAIN in .env, e.g. sync.example.com
|
|
{$DSH_SYNC_DOMAIN} {
|
|
reverse_proxy dsh-sync:8000
|
|
}
|
|
|
|
# LAN-only alternative (comment the block above, uncomment below):
|
|
# :8080 {
|
|
# reverse_proxy dsh-sync:8000
|
|
# }
|