I'm currently using nginx
, php7.4-fpm
(php7.4.2) and symfony5.
I tried to enable php7.4 preload feature I'm getting fpm error.
*1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client
php.ini:
opcache.preload=/var/www/domain/var/cache/prod/App_KernelProdContainer.preload.php
opcache.preload_user=ubuntu
Any suggestions what could be wrong?