digital.solutions.test/config/caddy/Caddyfile

6 lines
97 B
Caddyfile

:80 {
route /api/* {
reverse_proxy http://back
}
reverse_proxy http://front
}