:80 {
# Backend
handle /api/* {
reverse_proxy backend:3000
}
# Frontend
handle {
root * /srv/
try_files {path} /index.html
file_server