# HG changeset patch # User Yaroslav Zhuravlev # Date 1465205264 -10800 # Node ID 61aca81458a01b3a0c75c67801e01de7fd9b7dd6 # Parent 737c86e8b316fffdc52e74a98d7bc6de0242b2a2 Corrected sentence in the upstream module. diff --git a/xml/en/docs/http/ngx_http_upstream_module.xml b/xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml +++ b/xml/en/docs/http/ngx_http_upstream_module.xml @@ -821,8 +821,8 @@ http { } } -This configuration tells that for a health check to pass, the response to a -health check request should succeed, +This configuration shows that in order for a health check to pass, the response +to a health check request should succeed, have status 200, content type “text/html”, and contain “Welcome to nginx!” in the body.