This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cover-letter-templater/caddy/Caddyfile
T
Leons Aleksandrovs 2ad7b27fd5 Finished development
Caddy
Frontend
And backend
are now running
2025-07-03 21:58:49 +03:00

13 lines
146 B
Caddyfile

{
admin off
auto_https off
}
:8080 {
reverse_proxy frontend:3000
handle_path /api* {
reverse_proxy backend:8080
}
}