24 lines
487 B
Django/Jinja
24 lines
487 B
Django/Jinja
{
|
|
auto_https off
|
|
}
|
|
|
|
http://n0xb0x.local:8080/docs {
|
|
uri strip_prefix /docs
|
|
reverse_proxy http://n0xb0x.local:8081
|
|
}
|
|
|
|
http://n0xb0x.local:8080/lnbits {
|
|
uri strip_prefix /lnbits
|
|
reverse_proxy http://n0xb0x.local:5000
|
|
}
|
|
|
|
http://n0xb0x.local:8080/rtl {
|
|
uri strip_prefix /rtl
|
|
reverse_proxy http://n0xb0x.local:3000
|
|
}
|
|
|
|
http://n0xb0x.local:8080/cockpit {
|
|
uri strip_prefix /cockpit
|
|
reverse_proxy http://n0xb0x.local:9090
|
|
}
|