24 lines
310 B
Caddyfile
24 lines
310 B
Caddyfile
{
|
|
admin 0.0.0.0:2019
|
|
}
|
|
|
|
:80 {
|
|
handle {
|
|
respond "Hello from Caddy!" 200
|
|
}
|
|
}
|
|
|
|
|
|
lejin2000.ooguy.com {
|
|
handle {
|
|
reverse_proxy portainer:9000
|
|
}
|
|
}
|
|
|
|
lejin82.ooguy.com {
|
|
reverse_proxy openclaw-openclaw-1:8080
|
|
}
|
|
|
|
ejlai.ooguy.com {
|
|
reverse_proxy litellm:4000
|
|
} |