I have setup my LEMP stack and nowhere was VHOST mentioned. But I see it referred to in places, vaguely, ‘update your VHOST file’ such as in q/a of https://www.digitalocean.com/community/tutorials/how-to-set-up-wordpress-multisite-with-nginx-on-ubuntu-14-04 but nowhere was it mentioned - have I missed something?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
I can see how this could be confusing. When the person commenting referred to a VHOST file they were referring to the configuration file you set up in /etc/nginx/sites-enabled/
For a little background, VHOST is short for VirtualHost. This term is used by the Apache webserver with <VirtualHost>
being a section in the configuration file. On nginx this is done with “server blocks” that start with server {
.
In both cases the configuration uses the name requested to know which site is being asked for instead of each site having it’s own IP address. Each of these sites may be called “Name-based virtual hosts” or VHOSTs for short.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.