ocode / Caddyfile
nyanya
caddy handle
6bcb4b2
raw
history blame
114 Bytes
:80 {
handle_path /code/* {
reverse_proxy localhost:8080
}
reverse_proxy /* localhost:7860
}