1
0
Fork 0

Caddyfile: handle nextcloud HTTPS redir

This commit is contained in:
Pratham Patel 2022-07-23 19:24:33 +05:30
parent 473121ac44
commit 4ad3269b5f
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ fuck.thefossguy.com {
cloud.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
rewrite /.well-known/carddav /remote.php/dav
rewrite /.well-known/caldav /remote.php/dav
reverse_proxy nextcloud-govinda:80
}