Skip to content

Allows Apache2 + PHP-FPM to interpret PHP files in /var/www/example.com/web, #6335

On Apache2, all PHP handlers (except for PHP-FPM) will manage PHP both on {DOCROOT} (web_document_root_www) and {DOCROOT_WEB} (web_document_root). This PR adds the same behavior on PHP-FPM, and allows PHP-FPM to interpret PHP files in /var/www/example.com/web.

Fixes issue #6335 (closed)

Merge request reports