lnbits/Caddyfile
2024-07-30 13:47:07 +03:00

14 lines
137 B
Caddyfile

{
debug
}
localhost:9090 {
handle_path /lnbits* {
reverse_proxy localhost:5000
}
handle /* {
reverse_proxy localhost:8080
}
}