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.

Related questions

0 votes
asked Dec 16, 2019 in NGINX by sharadyadav1986
0 votes
asked Feb 27, 2021 in NGINX by JackTerrance
...