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/dev

14 lines
157 B
Plaintext
Raw Normal View History

2025-07-03 15:04:27 +03:00
{
admin off
auto_https off
}
:8080 {
encode
reverse_proxy frontend:3000
handle_path /api* {
reverse_proxy backend:8080
}
}