tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

Set custom path in ember app that points to admin site on another heroku instance #126

Closed hoIIer closed 8 years ago

hoIIer commented 8 years ago

Hello,

How could I do e.g. http://myapp.com/admin/ -> http://.com/admin/

Do I need to add a custom nginx file in config/ and then set a custom location for /admin/ ?

Thanks!

tonycoco commented 8 years ago

Yep, that would probably work if you set up a custom nginx config