4

With one server/container on with nginx and another one with fpm, is it better to fastcgi_pass from the nginx to the fpm or proxy_pass to the fpm with addional installtion of nginx on the fpm? Both methods can load balance right? In that case does't the first method have less overhead of an additional server?

0 Answers0