workingoncaddy

This commit is contained in:
2026-03-14 10:40:18 +01:00
parent bac0381997
commit 1edbf9abeb

15
Caddyfile Normal file
View File

@@ -0,0 +1,15 @@
{
email {$ACME_EMAIL}
}
git.tvheggland.no {
rate_limit {
zone git_zone {
key {remote_host}
events 30
window 10s
}
}
reverse_proxy gitea:3000
}