45 lines
717 B
Caddyfile
45 lines
717 B
Caddyfile
165-22-129-249.sslip.io {
|
|
route {
|
|
handle /api/* {
|
|
reverse_proxy 127.0.0.1:8787
|
|
}
|
|
|
|
handle /health {
|
|
reverse_proxy 127.0.0.1:8787
|
|
}
|
|
|
|
root * /var/www/podman
|
|
try_files {path} /index.html
|
|
file_server
|
|
}
|
|
}
|
|
|
|
lk.165-22-129-249.sslip.io {
|
|
reverse_proxy https://meta-54zzak8x.livekit.cloud {
|
|
header_up Host meta-54zzak8x.livekit.cloud
|
|
transport http {
|
|
tls_server_name meta-54zzak8x.livekit.cloud
|
|
}
|
|
}
|
|
}
|
|
|
|
gemini.165-22-129-249.sslip.io {
|
|
reverse_proxy 127.0.0.1:3000
|
|
}
|
|
|
|
podman.live, www.podman.live {
|
|
route {
|
|
handle /api/* {
|
|
reverse_proxy 127.0.0.1:8787
|
|
}
|
|
|
|
handle /health {
|
|
reverse_proxy 127.0.0.1:8787
|
|
}
|
|
|
|
root * /var/www/podman
|
|
try_files {path} /index.html
|
|
file_server
|
|
}
|
|
}
|