Files
2025-06-15 18:29:25 +02:00

13 lines
130 B
Caddyfile

:80
root * /usr/share/caddy
file_server
handle /api/* {
reverse_proxy backend:8080
}
handle {
try_files {path} /index.html
}