diff --git a/dockerized/nextcloud-aio/Caddyfile b/dockerized/nextcloud-aio/Caddyfile index 199b102..e2188ca 100644 --- a/dockerized/nextcloud-aio/Caddyfile +++ b/dockerized/nextcloud-aio/Caddyfile @@ -1,4 +1,9 @@ https://cloud.reterup.it:443 { + + tls cert.pem privkey.pem { + ca_root origin_ca_rsa_root.pem + } + header Strict-Transport-Security max-age=31536000; reverse_proxy localhost:11000 } \ No newline at end of file