1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 00:04:18 +00:00
todocolors/todopod/config/caddy/Caddyfile

9 lines
143 B
Text
Raw Permalink Normal View History

2023-08-05 03:19:13 +00:00
:8080 {
route /api/* {
uri strip_prefix /api
reverse_proxy "http://red:8080"
}
reverse_proxy "http://blue:8081"
}