On the VM virtual machine installed hhvm with nginx . How can I install virtualhost on nginx for a php project? The project is on Bitbucket . On apache , I know the principle of creating a virtual host. Օ not the same?

2 answers 2

I once looked here:

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-14-04 - Laravel with Nginx on ubuntu 14

  • it works, but how can I integrate my php project with nginx and create a virtual host for a project that is in bitbucket.? - Narine Grigoryan

https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-14-04-lts Everything works fine. Thanks for the help.