Caddy: Do not use TLS for autoupdate connection
This commit is contained in:
parent
799dd08e0d
commit
470168c58c
@ -1 +1 @@
|
|||||||
Subproject commit 03d86865c063059878f4c3d616b6a6a9099b90d3
|
Subproject commit 020bb29d9924ffb32c60e081e019acc2984ac42e
|
@ -1,17 +1,12 @@
|
|||||||
{
|
{
|
||||||
# General Options
|
# Enable debug output
|
||||||
debug
|
#debug
|
||||||
}
|
}
|
||||||
|
|
||||||
:8000
|
:8000
|
||||||
|
|
||||||
reverse_proxy /system/* https://autoupdate:8002 {
|
reverse_proxy /system/* http://autoupdate:8002 {
|
||||||
flush_interval -1
|
flush_interval -1
|
||||||
|
|
||||||
transport http {
|
|
||||||
tls_insecure_skip_verify
|
|
||||||
versions 2
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@server {
|
@server {
|
||||||
|
Loading…
Reference in New Issue
Block a user