mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-03 08:10:17 +02:00
14 lines
137 B
Caddyfile
14 lines
137 B
Caddyfile
{
|
|
debug
|
|
}
|
|
|
|
localhost:9090 {
|
|
handle_path /lnbits* {
|
|
reverse_proxy localhost:5000
|
|
}
|
|
|
|
handle /* {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
}
|