Files
infra/caddyfile
T

13 lines
157 B
Plaintext
Raw Normal View History

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