This repository has been archived on 2025-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
vue-with-websockets/caddy/Caddyfile

13 lines
143 B
Caddyfile
Raw Normal View History

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