Adding Ghost to Node.Js application

Hello,

I have a Node.Js SASS application and I would like to add Ghost as a blogging platform in my existing Node app in the subdirectory, so it will be mysite.com/blog.

Could you please tell me if that’s possible? And if so, what is the best possible way to do it and is there any documentation for that?

Hey @Atmadeep_Das :wave:

You can definitely host your blog in a subdirectory. Your best bet would be to install Ghost, and configure your reverse proxy to proxy ~ /blog/ requests to your Ghost instance rather than your sass instance

1 Like