Hello All!
I am trying to parse this tutorial here, but my server configuration is already a little different, so I’m not working from scratch and need some help to make sure I don’t blow anything up.
Right now, most of my files are in /var/www/html – this includes files for three domains. My current server blocks are located not in the sites-available, but in the nginx.conf file. And, they use SSL from LetsEncrypt.
My goal is to add a new domain that’s root is /var/www/newdomain.com/html and has a separate LetsEncrypt cert. If it’s okay adding the new server block as a separate file in sites-available, I’d prefer to do that. However, if I need to put it in the nginx.conf with the others, that’s fine too.
I’m just a little unsure how to put it all together.
Any help would be immensely appreciated.
Thanks,
Mike
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
Does your nginx.conf containes these lines in the bottom of HTTP block ?
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
? If yes. Then just add new config under sites-enabled folder and you’re ready to roll
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.