How To Install LEMP Locally On Ubuntu 16.04
If using Vagrant: Setup Vagrant replace project with any name you wish. $ mkdir project $ cd project $ vagrant init bento/ubuntu-16.04 In text editor – Vagrantfile located within the ‘project’ folder, uncomment and change config.vm.network “forwarded_port”, guest: 80, host: 8080 to: Change config.vm.network “forwarded_port”, guest: 80, host: 80 or Change config.vm.network “forwarded_port”, guest: 80, … Continue reading How To Install LEMP Locally On Ubuntu 16.04
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed