You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Nginx + PHP-FPM chroot in my projects. Since CLI PHP is out of PHP-FPM chroot, the generated directories may differ, so it breaks Twig includes. (i.e. it generates templates.php using absolute non-chrooted path)
We need to trick the console script, so it may think that we are in chroot ;o)
Can we somehow manipulate the base path for the cache warmup?