Ember CLI is upsetting nginx

We only use Ember CLI proxying in development. In a standard install, requests go User → NGINX → Rails. I’d suggest sticking to that pattern - we haven’t designed our Ember CLI configuration for use in production. Even if you manage to get it working (which won’t be easy) there will likely be security and/or performance concerns.

6 Likes