is it necessary to arrange load balancing for stand-alone nginx?
nginx single server connection is worker_connections * worker_processes, and reverse proxy is divided by 2. Does that mean that the configuration of proxy server is higher than that of back-end server?