comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1722:61aca81458a0

Corrected sentence in the upstream module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Jun 2016 12:27:44 +0300
parents 1dbef8ab47c7
children 031566771bbd
comparison
equal deleted inserted replaced
1721:737c86e8b316 1722:61aca81458a0
819 header Content-Type = text/html; 819 header Content-Type = text/html;
820 body ~ "Welcome to nginx!"; 820 body ~ "Welcome to nginx!";
821 } 821 }
822 } 822 }
823 </example> 823 </example>
824 This configuration tells that for a health check to pass, the response to a 824 This configuration shows that in order for a health check to pass, the response
825 health check request should succeed, 825 to a health check request should succeed,
826 have status 200, content type “<literal>text/html</literal>”, 826 have status 200, content type “<literal>text/html</literal>”,
827 and contain “<literal>Welcome to nginx!</literal>” in the body. 827 and contain “<literal>Welcome to nginx!</literal>” in the body.
828 </para> 828 </para>
829 829
830 <para> 830 <para>