The default value for gzip_http_version setting in nginx's gzip module is HTTP 1.1. Why? Is there any problem with using gzip and HTTP 1.0?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
nginx gzip_http_version can have HTTP 1.0 and has it's caveats.
More here -- http://wiki.nginx.org/HttpGzipModule |
|||
|
|
|
It's most probably because HTTP 1.1 is the current version. There is little sense in defaulting to the previous version if the current verison is well adopted. |
|||
|
|