Added basic Caddyfile

This commit is contained in:
2024-02-19 14:09:17 -06:00
parent 14b21524bc
commit 76b9bea521
2 changed files with 25 additions and 2 deletions
+23
View File
@@ -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
}