This repository has been archived on 2025-07-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

13 lines
143 B
Caddyfile
Raw Permalink Normal View History

{
admin off
auto_https off
}
:80 {
handle_path /ws* {
reverse_proxy backend:8080
}
reverse_proxy frontend:5173
}