nginx not listening on port 443

Francis Daly francis at daoine.org
Wed Aug 31 22:35:51 UTC 2022


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        francis at daoine.org



More information about the nginx mailing list