At the moment I am not creating an http
block in my custom nginx.conf files that I am placing in sites-available.
If I do not create an http
block in my files, does my file inherit from nginx.conf location in /etc/nginx/nginx.conf
I noticed at the bottom of the /etc/nginx/nginx.conf
that this file includes the files that are in in sites-enabled, so I am guessing it does? If this is the case, what happens if I declare an http
block in my app specific nginx.conf file? Will it ignore the default configuration from /etc/nginx/nginx.conf
?
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.
As far as I know, nginx looks for nginx.conf in the root folder of nginx, not in sites-available, there shouldn’t even be a nginx.conf in that folder, maybe its a backup?