Files
ProjectE/Caddyfile
T

12 lines
171 B
Caddyfile
Raw Normal View History

:80 {
root * /usr/share/caddy
file_server
@api path /api/* /mcp*
reverse_proxy @api api:3000
handle_errors {
respond 404 "Not Found"
}
}