diff --git a/h5bp/directive-only/spdy.conf b/h5bp/directive-only/spdy.conf new file mode 100644 index 0000000..b98e243 --- /dev/null +++ b/h5bp/directive-only/spdy.conf @@ -0,0 +1,7 @@ +# Nginx's spdy module is currently experimental + +# Adjust connection keepalive for SPDY clients: +spdy_keepalive_timeout 300; # up from 180 secs default + +# enable SPDY header compression +spdy_headers_comp 6; diff --git a/h5bp/directive-only/ssl-stapling.conf b/h5bp/directive-only/ssl-stapling.conf new file mode 100644 index 0000000..97d044f --- /dev/null +++ b/h5bp/directive-only/ssl-stapling.conf @@ -0,0 +1,5 @@ +# OCSP stapling... +ssl_stapling on; +ssl_stapling_verify on; +#ssl_trusted_certificate /path/to/ca.crt; +resolver 8.8.8.8;