# HG changeset patch # User Yaroslav Zhuravlev # Date 1396876461 -14400 # Node ID ac131944d3494bd5d76b3c5260d722230cc4f0b3 # Parent b93422ca9fe78f5b985d726497abde1aa0b41396 Changed infinitive to gerund after "allow". diff -r b93422ca9fe7 -r ac131944d349 xml/en/docs/freebsd_tuning.xml --- a/xml/en/docs/freebsd_tuning.xml Mon Apr 07 12:31:40 2014 +0400 +++ b/xml/en/docs/freebsd_tuning.xml Mon Apr 07 17:14:21 2014 +0400 @@ -55,7 +55,7 @@ Here are 192 unaccepted connections and most likely new coming connections are discarding. Although the limit is 128 connections, FreeBSD allows -to receive 1.5 times connections than the limit before it starts to discard +receiving 1.5 times connections than the limit before it starts to discard the new connections. You may increase the limit using @@ -234,7 +234,7 @@ There is way not to use the jumbo clusters while serving static files: the sendfile() system call. -The sendfile allows to send a file or its part to a socket directly +The sendfile allows sending a file or its part to a socket directly without reading the parts in an application buffer. It creates the mbufs chain where the mbufs point to the file pages that are already present in FreeBSD cache memory, and passes the chain to diff -r b93422ca9fe7 -r ac131944d349 xml/en/docs/hash.xml --- a/xml/en/docs/hash.xml Mon Apr 07 12:31:40 2014 +0400 +++ b/xml/en/docs/hash.xml Mon Apr 07 17:14:21 2014 +0400 @@ -24,7 +24,7 @@ The size of a table is expressed in buckets. The adjustment is continued until the table size exceeds the hash max size parameter. -Most hashes have the corresponding directives that allow to change +Most hashes have the corresponding directives that allow changing these parameters, for example, for the server names hash they are and . diff -r b93422ca9fe7 -r ac131944d349 xml/en/docs/http/configuring_https_servers.xml --- a/xml/en/docs/http/configuring_https_servers.xml Mon Apr 07 12:31:40 2014 +0400 +++ b/xml/en/docs/http/configuring_https_servers.xml Mon Apr 07 17:14:21 2014 +0400 @@ -311,7 +311,7 @@ name="An SSL certificate with several names"> -There are other ways that allow to share a single IP address +There are other ways that allow sharing a single IP address between several HTTPS servers. However, all of them have their drawbacks. One way is to use a certificate with several names in diff -r b93422ca9fe7 -r ac131944d349 xml/en/docs/http/ngx_http_limit_req_module.xml --- a/xml/en/docs/http/ngx_http_limit_req_module.xml Mon Apr 07 12:31:40 2014 +0400 +++ b/xml/en/docs/http/ngx_http_limit_req_module.xml Mon Apr 07 17:14:21 2014 +0400 @@ -164,7 +164,7 @@ A client IP address serves as a key. Note that instead of $remote_addr, the $binary_remote_addr variable is used here, -that allows to decrease the state size down to 64 bytes. +that allows decreasing the state size down to 64 bytes. One megabyte zone can keep about 16 thousand 64-byte states. If the zone storage is exhausted, the server will return the diff -r b93422ca9fe7 -r ac131944d349 xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Mon Apr 07 12:31:40 2014 +0400 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Mon Apr 07 17:14:21 2014 +0400 @@ -402,7 +402,7 @@ If several keys are specified, only the first key is used to encrypt TLS session tickets. -This allows to configure key rotation, for example: +This allows configuring key rotation, for example: ssl_session_ticket_key current.key; ssl_session_ticket_key previous.key; diff -r b93422ca9fe7 -r ac131944d349 xml/en/docs/mail/ngx_mail_ssl_module.xml --- a/xml/en/docs/mail/ngx_mail_ssl_module.xml Mon Apr 07 12:31:40 2014 +0400 +++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml Mon Apr 07 17:14:21 2014 +0400 @@ -199,7 +199,7 @@ If several keys are specified, only the first key is used to encrypt TLS session tickets. -This allows to configure key rotation, for example: +This allows configuring key rotation, for example: ssl_session_ticket_key current.key; ssl_session_ticket_key previous.key;