ocode / Caddyfile
nyanya
caddy
66b1835
raw
history blame
111 Bytes
localhost:7860 {
reverse_proxy localhost:7860
}
localhost:7860/code {
reverse_proxy localhost:8080
}