Files
infra/caddyfile
T

16 lines
215 B
Plaintext

{
auto_https off
}
:80 {
handle /status/* {
reverse_proxy uptime-kuma:3001
}
handle /api/* {
reverse_proxy micro-api:8000
}
handle {
reverse_proxy gitea:3000
}
}