summaryrefslogtreecommitdiffstats
path: root/changes-entries/h2_proxyrequests.txt
blob: 199d2c93b03a96d2598313f79d17664216195cc6 (plain)
1
2
3
4
5
6
  *) mod_http2: new directive `H2ProxyRequests on|off` to enable handling
     of HTTP/2 requests in a forward proxy configuration.
     General forward proxying is enabled via `ProxyRequests`. If the
     HTTP/2 protocol is also enabled for such a server/host, this new
     directive is needed in addition.
     [Stefan Eissing]