Hello:
This is the error where I have been stuck after reloading the nginx. Does this (pls see photo)look familiar to you? It shows reloading is failed when I tried to reload it. As per TDD book’s suggestion, I checked the systemctl status nginx and this message says the same reload errors. Thank you in advance for your help.
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.
Hi @bdossul,
Most probably you have a misconfiguration in your Nginx configurations configuration file. In order to catch the exact error you’ll need to check your Nginx’s error log. The file is located here :
You can use the following command to actually check int
In there once you see the error you’ll know where to start troubleshooting from. If you are still uncertain, I’ll recommend checking out the following article about configuring Nginx server blocks
If you are still unsure after reading it and testing some stuff, post the error here and we’ll try to assist you.
Regards, KDSys