Relative Content

Tag Archive for nginx

Nginx HTTP connection redirects to HTTPS

first of all I am hobbyist in this case so forgive my ignorance and probably my question is very studpid.
So I installed nginx on my AWS EC2, my port configuration in the security group only allows port 80. I configured nginx to listen port 80 only. but when I type my domain in the browser it shows HTTPS. Which the port 443 is blocked and I do not even listen as shown in netstat query.
Am I missing something?

Multiple nginx master processes

On my server (Debian) I had nginx installed. Using this nginx I installed Wordpress (NOT in docker, but “directly”).
Nginx was used to run the wordpress using SSL, redirecting all Port 80s to 443 and in addition worked as reverse proxy for docker containers (nextcould, mail, …).
Everything worked fine.
At a point in time my debian complained it is too old and not supported anymore, so I upgraded it. (Now its Debian Buster).