Caddy V2 Cloudflare EmbyCon

caddy v2.2.0-rc.1 h1:ULGBB9efRs8yG27IBOMLljhCa4iM1IluFTDxjm+Y8vE=

emby.xxx.me {
encode gzip
  tls xxx@hotmail.com {
  dns cloudflare xxx
}
                log {
                        output file /config/log/caddy.e.log {
                                roll true                               # Rotate logs, enabled by default
                                roll_size_mb 5                  # Set max size 5 MB
                                roll_gzip true                  # Whether to compress rolled files
                                roll_local_time true    # Use localhost time
                                roll_keep 2                             # Keep at most 2 log files
                                roll_keep_days 7                # Keep log files for 7 days
                        }
                }
    reverse_proxy * 127.0.0.1:8096 {
    header_up Host {host}
    header_up X-Forwarded-Proto {proto}
}
}

2020/09/17 05:53:09.997 INFO    using provided configuration    {"config_file": "/mnt/config/caddy/Caddyfile", "config_adapter": ""}
2020/09/17 05:53:09.998 INFO    admin   admin endpoint started  {"address": "tcp/localhost:2019", "enforce_origin": false, "origins": ["127.0.0.1:2019", "localhost:2019", "[::1]:2019"]}
2020/09/17 05:53:09.999 INFO    tls.cache.maintenance   started background certificate maintenance      {"cache": "0xc000494230"}
2020/09/17 05:53:09.999 INFO    http    server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS                                                                                             {"server_name": "srv0", "https_port": 443}
2020/09/17 05:53:09.999 INFO    http    enabling automatic HTTP->HTTPS redirects        {"server_name": "srv0"}
2020/09/17 05:53:09.999 INFO    http    enabling automatic TLS certificate management   {"domains": ["emby.xxx.me"]}
2020/09/17 05:53:10.000 INFO    tls     cleaned up storage units
2020/09/17 05:53:10.009 INFO    autosaved config        {"file": "/root/.config/caddy/autosave.json"}
2020/09/17 05:53:10.009 INFO    serving initial configuration
2020/09/17 05:56:44.562 ERROR   http.handlers.reverse_proxy     aborting with incomplete response       {"error": "write tcp 10.148.0.20:443->172.69.135.243:47706: write: connection reset by peer"}

Help me!!! ERROR http.handlers.reverse_proxy

This topic was automatically closed after 30 days. New replies are no longer allowed.