laravel - Homestead with hhvm:true,but doesn't use hhvm? -
i have last vagrant+homestead installation. nginx+laravel+php7 i've addedd hhvm: true yaml file this
- map: example.local to: /home/vagrant/code/example/public hhvm: true
and issued vagrant reload. no error messages on startup.
however when show phpinfo() on page in example.local still see php version 7.0.8-2 it's there else do?
i removed php config in nginx block. in /etc/nginx/sites-available/example.local, config starting
location ~ \.php$ {...
was pointing
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
i removed whole part , replaced
include hhvm.conf;
and restarted nginx
Comments
Post a Comment