I have setup the Ghost CMS on the Google Cloud Platform using the Bitnami installer.
However, the CMS does also feature a frontend page where all the blog posts are shown. Since i’m using the Content API in order to fetch the posts and showcase them on a different web-app, there is no need for this frontend page. How can i disable this?
Something like this? Configure nginx to only proxy admin, and use firewall rules allowing requests from the API to the ghost ip:port (you’ve not said where the webapp is hosted.)