]> gitweb.ps.run Git - zigws/blob - Caddyfile
update listen port and websocket target port
[zigws] / Caddyfile
1 {
2     http_port 8080
3     https_port 8443
4 }
5
6 ws.localhost {
7     reverse_proxy localhost:8000
8     tls internal
9 }