|
|
|
|
|
by wolco
2422 days ago
|
|
Common approach is to serve static files with nginx and use apache / php_mod to process. Why are you running php-fpm?
Do you need to separate request's processes? The speed benefits of php-fpm are part of php 7 so using php_mod is faster now. |
|
Not sure how common that really is, I've personally never set things up like that and just use nginx + php-fpm and don't know anyone that still uses apache with mod_php.