homelab/scripts/nextcloud/nextcloud.Caddyfile

8 lines
149 B
Text
Raw Normal View History

https://cloud.{$DOMAIN} {
reverse_proxy https://localhost:4987 {
transport http {
tls_insecure_skip_verify
}
}
}