Hi list,

Our setup has only one (nginx) HTTP server which appears to be so fast that... we only need one :)

We have some more php-fpm servers which are L4 monitored on port 9000 by haproxy. PHP FPM uses the fastcgi protocol so not HTTP. The browser does not get connected to php-fpm by haproxy, only nginx.

How do I make sure that the browser ends up on the same php-fpm node (as I assume I cannot use 'cookie' here)

Regards,
Fred Leeflang

Reply via email to