On Wed, Aug 31, 2022 at 06:06:09PM -0400, biscotty wrote:

Hi there,

> http {
>     include       mime.types;
...
>     server {
>         listen       80;
...
>     }
> }

That file does not "include" any files other than mime.types.

It looks like you want it to "include conf.d/*.conf" somewhere, or
something like that?

$ sudo /usr/sbin/nginx -T | grep '^# conf'

should show you which configuration files are actually read; if the ones
that you want / expect are not listed there, you'll want to change the
config to include them.

Cheers,

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org

Reply via email to