i have a little problem with nginx and php7.0-fpm. I have much less requests per second than apache + mod_php.
For example (same server)
Requested script in tests is simple echo.
//EDIT:
nginx conf & www.conf & php.ini http://pastebin.com/9m6yx8h4
//EDIT2:
if is use apache with fast=cgi module instead mod_php module i will get same result than nginx + fast-cgi (30r./s.). Is problem in php-fpm?
Where could be the problem?
