Merge pull request #637 from aledbf/0.9.0-beta.4

[nginx] 0.9.0 beta.4
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-04-25 18:10:16 -03:00 committed by GitHub
commit 201a109bb5
19 changed files with 98 additions and 17 deletions

View file

@ -269,6 +269,8 @@ Example usage: `custom-http-errors: 404,415`
**enable-dynamic-tls-records:** Enables dynamically sized TLS records to improve time-to-first-byte. Enabled by default. See [CloudFlare's blog](https://blog.cloudflare.com/optimizing-tls-over-tcp-to-reduce-latency) for more information.
**enable-underscores-in-headers:** Enables underscores in header names. This is disabled by default.
**enable-underscores-in-headers:** Enables underscores in header names. This is disabled by default.
**enable-vts-status:** Allows the replacement of the default status page with a third party module named [nginx-module-vts](https://github.com/vozlt/nginx-module-vts).