cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

Where does the web server config live? #147

Closed chinds185a closed 6 years ago

chinds185a commented 6 years ago

This is pre setup with some kind fo server, is it NGINX? No mention of this in the readme.

I need to be able to setup redirects on the server. use the redirects.json within ghost is not recommended and also does not persist due to the non persistant storage on heroku.

mars commented 6 years ago

See the README How this works

server.js is a simple Node/Express app. Modify it as you desire.