mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-21 15:54:18 +00:00
8 lines
143 B
Caddyfile
8 lines
143 B
Caddyfile
:8080 {
|
|
route /api/* {
|
|
uri strip_prefix /api
|
|
reverse_proxy "http://red:8080"
|
|
}
|
|
|
|
reverse_proxy "http://blue:8081"
|
|
}
|