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
2025-07-13 20:44:13 +03:00

14 lines
157 B
Plaintext

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