We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f8f0e commit 97d586cCopy full SHA for 97d586c
nginx.conf
@@ -117,6 +117,9 @@ http {
117
## Fill in with your own resolver.
118
resolver 8.8.8.8;
119
120
+ ## Use fast header compression for SPDY.
121
+ spdy_headers_comp 1;
122
+
123
## Uncomment to increase map_hash_bucket_size. If start getting
124
## [emerg]: could not build the map_hash, you should increase
125
## map_hash_bucket_size: 64 in your
0 commit comments