Added basic Caddyfile
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user