Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi there @hcmendez,
It most likely means that you have your mydomain.com domain specified in multiple Nginx server blocks.
What you could do is use the grep command and search for the mydomain.com domain inside your /etc/nginx/sites-enabled folder:
- grep -r mydomain.com /etc/nginx/sites-enabled
If you see the domain name in more than server blocks for port 80, you would need to remove the duplicate one and then restart Nginx.
Hope that this helps! Regards, Bobby
Thanks for the answers, I deployed another droplet with Open LiteSpeed. Everything is good now, thanks.
In my case I had created another entry in /etc/nginx/conf.d/virtual.conf, from a previous guide.