InterviewSolution
Saved Bookmarks
| 1. |
What Is Ngx_http_upstream_module Is Used For? |
|
Answer» The ngx_http_upstream_module is used to define groups of SERVERS that can REFERENCE by the fastcgi PASS, proxy pass, uwsgi pass, memcached pass and SCGI pass directives. The ngx_http_upstream_module is used to define groups of servers that can reference by the fastcgi pass, proxy pass, uwsgi pass, memcached pass and scgi pass directives. |
|