digital.solutions.test/config/caddy/Caddyfile

6 lines
97 B
Caddyfile
Raw Normal View History

2024-11-09 16:01:54 +01:00
:80 {
route /api/* {
reverse_proxy http://back
}
reverse_proxy http://front
}