any can help me?
I can’t bring my sites back online. yesterday they were all online.
I installed everyone with this script: sudo ee site create yoursitename.com --type = wp --ssl = le --cache --yes
the path is / opt / easyengine / sites
I was having trouble with certificate renewal. I was unable to renew, I tried to use certbot, easyengine, acme.sh … I could only renew after creating / etc / nginx / sites-availables blocks
but after I did that, they all went offline.
What did I do? I deleted my sites? Shouldn’t I have made changes to nginx? since easyengine set it up all by itself?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I just followed the tutorial for the first site. ‘dietasbaratas.com’
now trying to enter http and https appears:
"Welcome to nginx! If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com.
Thank you for using nginx. "
not opening the site yet. where is my blog, how do I get out of this nginx page?
I have a question, should I create a directory /etc/nginx/sites-available/domain1.com
for each site? sorry for my bad english, im using translator. i speak portuguese.
Hey, @wallace11622
Do you see an exact error message when you visit your sites in the browser? Also can you check if nginx is up and running and that there are no errors in the nginx configuration file as well.
To check if nginx is running:
To check for syntax errors:
Looking forward to your reply.