0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/web
Kevin Ansfield 5fc101136f Fixed urls in output when accessing front-end via https
no issue

- `vhost` as used in b46f9b1dc2 does not pass down the `trust proxy` setting to child apps so it's required to be called explicitly in each child app
- fixed URLs being output as http:// instead of https:// when the front-end is accessed with `x-forwarded-proto: 'https'`
2019-09-11 14:50:55 +01:00
..
admin Removed unused admin serviceworker endpoint 2019-09-02 16:58:06 +01:00
api 💡Migrated session controllers for compatibility with "frame" (#11101) 2019-09-11 11:28:55 +02:00
shared 🔒 Fully separated front-end and admin app urls 2019-09-10 15:47:49 +01:00
site Fixed urls in output when accessing front-end via https 2019-09-11 14:50:55 +01:00
index.js
parent-app.js Fixed 404 handling for {admin url}/content/* routes 2019-09-11 14:18:31 +01:00