Example vvv-nginx.conf server { listen 80; listen 443 ssl; # CHANGE THE DOMAINS BELOW AND SAVE server_name tomjn.com www.tomjn.com; root {vvv_path_to_folder}; include /etc/nginx/nginx-wp-common.conf; }
Moving to Vagrant ● All my sites are in MAMP ● I change files and FTP them up to see the changes ● What about our existing sites? ● We dont have the time to switch over