Possible to use HTTPS Running Two Blogs on Same VPS?

Hi,

I’m running -

blog . chrisrem . us
chainflow . io (in progress)

(Had to use the spaces, since the forum wouldn’t let me post the links for some reason…)

With Ghost on the same VPS.

Is it possible to enable HTTPS for each blog, when running more than one blog on the same VPS? If so, how?

Thank you :slight_smile:

Yes, you can run multiple https Ghost blogs on the same vps, just modify your config.production.json to ensure that the site url for each of the blogs is with https.

Some more info here:

https://docs.ghost.org/faq/change-configured-site-url/
https://docs.ghost.org/faq/change-configured-site-url/#setup-ssl

1 Like

Please don’t just update your config file, because other services (like nginx) won’t be updated! ghost setup should handle most if not all of the changes

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.