From 751766a46f44981e09c3952dda140a557f914700 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Thu, 15 Oct 2015 18:41:24 +0800 Subject: [PATCH] Update doc for Chromium HTTP/2 proxy support --- doc/sources/nghttpx-howto.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/sources/nghttpx-howto.rst b/doc/sources/nghttpx-howto.rst index c0c4c240..9f9b2895 100644 --- a/doc/sources/nghttpx-howto.rst +++ b/doc/sources/nghttpx-howto.rst @@ -72,9 +72,8 @@ command-line like this:: $ nghttpx -s -f'*,8443' -b127.0.0.1,8080 /path/to/server.key /path/to/server.crt -At the time of this writing, Firefox nightly supports HTTP/2 proxy. -Chromium can use nghttpx as secure (SPDY) proxy and will support -HTTP/2 proxy in the near future. +At the time of this writing, Firefox nightly and Chromium v46 can use +nghttpx as HTTP/2 proxy. To make Firefox nightly or Chromium use nghttpx as HTTP/2 or SPDY proxy, user has to create proxy.pac script file like this: