fix: Fixes reverse proxy to work with insecure https in reverse proxy to management console.
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
@console host console.roguemini.housh.dev
|
||||
handle @console {
|
||||
reverse_proxy https://192.168.50.4:9090 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@pos host po.roguemini.housh.dev
|
||||
handle @pos {
|
||||
|
||||
Reference in New Issue
Block a user