wmnnd / nginx-certbot

Boilerplate configuration for nginx and certbot with docker-compose
MIT License
3.15k stars 1.17k forks source link

Nginx doesnt see my DNS #99

Closed wagnerdelima closed 3 years ago

wagnerdelima commented 3 years ago

I managed to setup my webpage in Hetzner server. I used a flask application with gunicorn for that. On top of that I used this repo to run nginx and address the ssl certificate. I don't know much about Dev Opsing therefore I am lost.

So when I hit my ip address the website loads but when I put my DNS: mydomain.com, godaddy's page apper on top of it. It seems nginx can't see the DNS. Have anyone seen something like that before?