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