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
Leons Aleksandrovs e35bf46dac feat(api): add return for all user templates
BREAKING: Template api will return different variables in template
object
2025-07-10 20:36:37 +03:00

14 lines
157 B
Caddyfile

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