• Tatsuhiro Tsujikawa's avatar
    nghttpx: Restructure mode settings · 06921f35
    Tatsuhiro Tsujikawa authored
    It is very hard to support multiple protocols in backend while
    retaining multiple mode settings.  Therefore, we dropped modes except
    for default and HTTP/2 proxy mode.  The other removed modes can be
    emulated using combinations of options.  Now the backend connection is
    not encrypted by default.  To enable encryption on backend connection,
    use --backend-tls option.
    06921f35
gennghttpxfun.py 3.96 KB