My domain is: dadesxcomerc.app
My web server is (include version): Ubuntu 20.04
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: amazon web services
I can login to a root shell on my machine (yes or no, or I don't know): yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Certbot 1.13.0
I have followed the instructions as followed in: Certbot - Ubuntufocal Nginx
https://media.discordapp.net/attachments/535196345766641668/823529507466117160/certificate.PNG
This is my sites-enabled/default:
I'm kind of lost and I can't figure out why is not working. Is it because my domain is a top level domain which ends with .app?
It only shows the content in my domain if my domain is SSL. Using the IP of the instance works perfectly if I change return 301 https://dadesxcomerc.app
to
location / {
proxy_pass http://localhost:4000;
}