comparison 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
comparison
equal deleted inserted replaced
1619:88ad8fcea975 1620:a225fa77389a
1063 Sets the protocol and address of a uwsgi server. 1063 Sets the protocol and address of a uwsgi server.
1064 As a <value>protocol</value>, 1064 As a <value>protocol</value>,
1065 “<literal>uwsgi</literal>” or “<literal>suwsgi</literal>” 1065 “<literal>uwsgi</literal>” or “<literal>suwsgi</literal>”
1066 (secured uwsgi, uwsgi over SSL) can be specified. 1066 (secured uwsgi, uwsgi over SSL) can be specified.
1067 The address can be specified as a domain name or IP address, 1067 The address can be specified as a domain name or IP address,
1068 and an optional port: 1068 and a port:
1069 <example> 1069 <example>
1070 uwsgi_pass localhost:9000; 1070 uwsgi_pass localhost:9000;
1071 uwsgi_pass uwsgi://localhost:9000; 1071 uwsgi_pass uwsgi://localhost:9000;
1072 uwsgi_pass suwsgi://[2001:db8::1]:9090; 1072 uwsgi_pass suwsgi://[2001:db8::1]:9090;
1073 </example> 1073 </example>