Removed SPDY support as we're using HTTP/2 now. Ref: df102c6

This commit is contained in:
Pentago 2016-06-13 20:31:13 +02:00
parent 0bb5924b2a
commit 046aaaee84
2 changed files with 0 additions and 16 deletions

View File

@ -81,11 +81,6 @@ if used, from optimizing HTML responses.
This file contains sane-default config for setting up nginx to handle SSL traffic. This file contains sane-default config for setting up nginx to handle SSL traffic.
### spdy.conf
[SPDY](https://developers.google.com/speed/spdy/) is Google's experimental network
protocol. Nginx provides [experimental support](http://nginx.org/en/docs/http/ngx_http_spdy_module.html) for SPDY as of version 1.5.9.
### ssl-stapling.conf ### ssl-stapling.conf
[OCSP staping](http://en.wikipedia.org/wiki/OCSP_stapling) relates to handling [OCSP staping](http://en.wikipedia.org/wiki/OCSP_stapling) relates to handling

View File

@ -1,11 +0,0 @@
# Nginx's spdy module is compiled by default from 1.6
# SPDY only works on HTTPS connections
# Inform browser of SPDY availability
add_header Alternate-Protocol 443:npn-spdy/3;
# Adjust connection keepalive for SPDY clients:
spdy_keepalive_timeout 300s; # up from 180 secs default
# enable SPDY header compression
spdy_headers_comp 6;