Skip to content

Commit

Permalink
Removed "spdy" option because it's not in HTTP2
Browse files Browse the repository at this point in the history
nginx: [warn] invalid parameter "spdy": ngx_http_spdy_module was superseded by ngx_http_v2_module
  • Loading branch information
Steven Sullivan authored Jan 1, 2018
1 parent b3c372e commit 9accc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CentOS7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function StartTheProcess()
# Make it HTTP2 and SPDY

sed -i 's/\%web_ssl_port\%/\%web_ssl_port\% ssl http2/' /usr/local/vesta/data/templates/web/nginx/php-fpm/*.stpl
sed -i 's/\%web_port\%/\%web_port\% spdy/' /usr/local/vesta/data/templates/web/nginx/php-fpm/*.tpl
#sed -i 's/\%web_port\%/\%web_port\% spdy/' /usr/local/vesta/data/templates/web/nginx/php-fpm/*.tpl

# ---------------------------------

Expand Down

0 comments on commit 9accc91

Please sign in to comment.