homelab/scripts/nextcloud/Caddyfile.templ
2022-12-31 14:23:33 +01:00

7 lines
120 B
Text

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