cps_loki/config/caddy/Caddyfile

18 lines
237 B
Caddyfile
Raw Normal View History

2024-02-08 10:48:19 +00:00
http://loki {
root * /usr/share/caddy
file_server browse
}
http://browse.loki {
root * /usr/share/caddy
file_server browse
}
http://config.loki {
reverse_proxy olivetin:1337
}
http://control.loki {
reverse_proxy foxglove:8080
}