diff xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1620:a225fa77389a

Port in fastcgi_pass, scgi_pass, and uwsgi_pass is not optional.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 00:09:49 +0300
parents 8973c7b37854
children 680cbf783efe
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Fri Dec 11 20:40:48 2015 +0300
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Thu Dec 10 00:09:49 2015 +0300
@@ -1065,7 +1065,7 @@
 “<literal>uwsgi</literal>” or “<literal>suwsgi</literal>”
 (secured uwsgi, uwsgi over SSL) can be specified.
 The address can be specified as a domain name or IP address,
-and an optional port:
+and a port:
 <example>
 uwsgi_pass localhost:9000;
 uwsgi_pass uwsgi://localhost:9000;