Hestia install fails

For a fresh install you should wait till a new fix release is deployed.

For an existing install:

find /etc/php/ /usr/local/hestia/install/deb/php-fpm -type f -name 'www.conf' -print0 | xargs -0 -I {} sed -i 's/\[wwww\]/\[www\]/' {}
3 Likes