Just wondering in terms of scalability .. do you reckon PHP-FPM should run on a standalone server or works as well if you run it with NginX on the same server?
Asked
Active
Viewed 1,546 times
1 Answers
0
If you're looking for scalability, run them on dedicated instances, so you can scale up the tiers independently.

ceejayoz
- 32,910
- 7
- 82
- 106
-
so split up nginx and php-fpm on individual servers? – Vidhya Kumar Mar 22 '13 at 15:31
-
That's what I said, yes. – ceejayoz Mar 22 '13 at 15:54