0 votes
in NGINX by
What is use of ngx_http_upstream_module?

1 Answer

0 votes
by

The ngx_http_upstream_module module is used to define groups of servers that can be referenced by the proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass, memcached_pass, and grpc_pass directives.

...