caddy setup

This commit is contained in:
2026-03-22 12:04:10 +01:00
parent 8e10bf4524
commit e12cdb6e68
2 changed files with 35 additions and 0 deletions

16
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,16 @@
nextcloud.t-gstone.de {
reverse_proxy nextcloud:80
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
redir /.well-known/carddav /remote.php/dav/ 301
redir /.well-known/caldav /remote.php/dav/ 301
request_body {
max_size 10G
}
}
git.t-gstone.de {
reverse_proxy gitea:3000
}