mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
18 lines
237 B
Caddyfile
18 lines
237 B
Caddyfile
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
|
|
}
|