16 lines
162 B
Caddyfile
16 lines
162 B
Caddyfile
{
|
|
email {$ACME_EMAIL}
|
|
}
|
|
|
|
git.tvheggland.no {
|
|
rate_limit {
|
|
zone git_zone {
|
|
key {remote_host}
|
|
events 30
|
|
window 10s
|
|
}
|
|
}
|
|
|
|
reverse_proxy gitea:3000
|
|
}
|