Nis With our PHP-FPM+Nginx app you lose the ability to do URL rewrites and other things that you would typically do in .htaccess
, but you possibly gain slightly better performance.
With PHP+Apache, you get the opposite of all of that 🤷♂️
We're still working out the best PHP setup here, originally we'd settled on PHP-FPM+Apache but that doesn't seem to scale well with multiple tenants on a single Apache.