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
2025-07-07 13:21:35 +03:00

13 lines
143 B
Caddyfile

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