Files

16 lines
215 B
Plaintext
Raw Permalink Normal View History

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