treesummaryrefslogcommitdiff
path: root/Caddyfile
blob: ed5b85155e7bc7241097bc016d8311c071d058f0 (plain)
1
2
3
4
5
6
7
8
9
{
    http_port 8080
    https_port 8443
}

ws.localhost {
    reverse_proxy localhost:8000
    tls internal
}