homelab/scripts/nextcloud/Caddyfile.templ

8 lines
120 B
Text
Raw Normal View History

2022-12-31 14:19:03 +01:00
https://cloud.$domain {
reverse_proxy https://localhost:4987 {
transport http {
tls_insecure_skip_verify
}
}
}