feat: Adds server management console to proxy.

This commit is contained in:
2025-04-08 16:23:42 -04:00
parent 48c02343aa
commit ff95b5b0f7

View File

@@ -68,3 +68,11 @@
} }
} }
console.mightymini.housh.dev {
reverse_proxy https://192.168.50.6:9090 {
transport http {
tls_insecure_skip_verify
}
}
}