<div dir="ltr"><div class="gmail_default" style="font-size:small">Question:</div><div class="gmail_default" style="font-size:small">if I don't have any like inside de </div><div class="gmail_default" style="font-size:small">location / {}</div><div class="gmail_default" style="font-size:small">how does nginx delivers an html file out of many possibly found in the root for the location?</div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 22, 2023 at 9:48 PM Maxim Dounin <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello!<br>
<br>
On Wed, Feb 22, 2023 at 09:31:43PM -0500, Saint Michael wrote:<br>
<br>
> how would this line look?<br>
> try_files $uri $uri/ /index.html;<br>
<br>
You have to remove this line completely (or comment it out by <br>
using the "#" character at the start of the line).<br>
<br>
> and how do set I the error log to the max level for this particular server<br>
> {}?<br>
> I am not getting any errors in /var/log/nginx/error.log<br>
<br>
I would recommend configuring error_log at the global level only, <br>
not in individual servers.  Just keep error_log at the global <br>
level, outside of the http{} block, and remove any other error_log <br>
directives.<br>
<br>
Using the level "info" is the most verbose mode you'll be able to <br>
obtain from non-debug nginx builds.  It is usually ok to run this <br>
in production for a long time, especially when you are trying to <br>
investigate some issues.  It is also immediately shows that <br>
logging is properly configured, as nginx will log some <br>
notice-level messages at start.<br>
<br>
-- <br>
Maxim Dounin<br>
<a href="http://mdounin.ru/" rel="noreferrer" target="_blank">http://mdounin.ru/</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="https://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">https://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>