Caddy: Do not use TLS for autoupdate connection

This commit is contained in:
Gernot Schulz 2021-02-05 17:25:46 +01:00
parent 799dd08e0d
commit 470168c58c
2 changed files with 4 additions and 9 deletions

@ -1 +1 @@
Subproject commit 03d86865c063059878f4c3d616b6a6a9099b90d3 Subproject commit 020bb29d9924ffb32c60e081e019acc2984ac42e

View File

@ -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 {