26 lines
386 B
Caddyfile
26 lines
386 B
Caddyfile
{
|
|
admin 127.0.0.1:2019
|
|
auto_https off
|
|
http_port 8080
|
|
}
|
|
|
|
http://zopu.sai-onchain.me {
|
|
bind 127.0.0.1
|
|
reverse_proxy 127.0.0.1:13100
|
|
}
|
|
|
|
http://zopu-api.sai-onchain.me {
|
|
bind 127.0.0.1
|
|
reverse_proxy 127.0.0.1:3210
|
|
}
|
|
|
|
http://zopu-site.sai-onchain.me {
|
|
bind 127.0.0.1
|
|
reverse_proxy 127.0.0.1:3211
|
|
}
|
|
|
|
http://zopu-agent.sai-onchain.me {
|
|
bind 127.0.0.1
|
|
reverse_proxy 127.0.0.1:3583
|
|
}
|