有没有办法使用 Node.JS 在子域上运行 Ghost?我可以在 Node.JS 上正常运行它,例如:
App.Modules.Ghost = require('ghost'); /**< Ghost module. */
App.Apps.Ghost = App.Modules.Ghost({ config: '/Assets/Ghost/Config.js'.LocalFilePath }); /**< Create Ghost app. */
然后,我就可以访问http://example.com/ghost/并查看我的博客。虽然这目前可行,但我希望能够使用 Node.JS在http://blog.example.com/上查看我的博客。