Hello,
I have deployed a container in DO but I need it to be under a subdomain for example forum.app.com instead of app.com. I tried to do this with the initial script config but the server ended up deployed using plain HTTP.
I generated a wildcard cert using Let's Encrypt for for my primary server which I tried to import to the NGNIX proxy container by copying the chain.pem and the private_key.pem and updating the default.conf file with these settings. I rebooted the server after that but is still showing as HTTP.
Can you help me figure it out?
Thanks,