Keywords: Ghost - AWS - Technical issue - Other
Description:
I would like to server my ghost blog site from /blog subfolder as opposed to root e.g. example.com/blog instead of example.com.
I’ve updating the url in /opt/bitnami/apps/ghost/htdocs/config.production.json and adding apache proxy pass entry e.g.
ProxyPreserveHost On ProxyPass /blog/ http://127.0.0.1:2368/blog/ ProxyPassReverse /blog/ http://127.0.0.1:2368/blog/