Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: PHP - only seems to run one instance?

$
0
0
Thank you, i always meant to use that but never could figure put the difference.

reading through the scripts it seems i can use what i have now, but using nginx for windows, changing my start bat file to start a php instance on ports 9001 to 9010, and in the nginx.conf i will only need to set the following, and not both if im reading it correctly

fastcgi_pass myLoadBalancer; # or multiple, see example above

not
fastcgi_pass 127.0.0.1:9000; # single backend process
fastcgi_pass myLoadBalancer; # or multiple, see example above

thanks again in advance,
Jamie

Viewing all articles
Browse latest Browse all 4759

Trending Articles