Report this

What is the reason for this report?

Ghost and Nginx doesn't work properly with each other

Posted on July 27, 2021

I tried to add certificates to my subdomain cms.trkohler.com and attach it to Ghost CMS. I followed this guide with some workarounds on the go: https://robertnealan.com/setting-up-ssl-for-ghost-on-digitalocean-with-lets-encrypt/

I setted up successfully certs for my subdomain. However, I lost all my ghost urls attached.

If you visit: https://cms.trkohler.com/ you’ll see the empty page with DO prompt to set up the site. I’ve already did this before, of course. Visiting /ghost/ doesn’t help.

ghost ls shows me ghost instance is running in production. ghost config url is setted to https://cms.trkohler.com

nginx -t under the root showing everything is ok

what must went wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

I believe that with Ghost there is a built-in implementation of Let’s Encrypt, so adding an Nginx instance in front of your Ghost service is not necessary.

You could set up the SSL with:

sudo -i -u ghost-mgr

ghost setup ssl

For more information on all ghost commands I could suggest taking a look at the official documentation here:

https://ghost.org/docs/ghost-cli/

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.