Skip to content

Commit 97d586c

Browse files
author
António P. P. Almeida
committed
* Header compression added.
1 parent 20f8f0e commit 97d586c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ http {
117117
## Fill in with your own resolver.
118118
resolver 8.8.8.8;
119119

120+
## Use fast header compression for SPDY.
121+
spdy_headers_comp 1;
122+
120123
## Uncomment to increase map_hash_bucket_size. If start getting
121124
## [emerg]: could not build the map_hash, you should increase
122125
## map_hash_bucket_size: 64 in your

0 commit comments

Comments
 (0)