From 29b4b11e78cc3a2cacce69039778c94e80988799 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Wed, 25 Mar 2015 20:42:12 +0800 Subject: [PATCH 1/2] Change --spdy-proxy to --http2-proxy --- nghttpx.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nghttpx.conf.sample b/nghttpx.conf.sample index a2132e53..20aabbc6 100644 --- a/nghttpx.conf.sample +++ b/nghttpx.conf.sample @@ -25,5 +25,5 @@ # backend=127.0.0.1,80 # private-key-file=/path/to/server.key # certificate-file=/path/to/server.crt -# spdy-proxy=no +# http2-proxy=no # workers=1 From c87fae463eb3197c841eb654f52bef04ec4719d0 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Wed, 25 Mar 2015 21:04:49 +0800 Subject: [PATCH 2/2] Fix comments, too --- nghttpx.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nghttpx.conf.sample b/nghttpx.conf.sample index 20aabbc6..97d79543 100644 --- a/nghttpx.conf.sample +++ b/nghttpx.conf.sample @@ -10,7 +10,7 @@ # # * The options which do not take argument in the command-line *take* # argument in the configuration file. Specify 'yes' as argument -# (e.g., spdy-proxy=yes). If other string is given, it disables the +# (e.g., http2-proxy=yes). If other string is given, it disables the # option. # # * To specify private key and certificate file, use private-key-file