- Use
ember-deploy+ember-deploy-s3+ember-deploy-s3-index npm install --save-dev ember-deploy ember-deploy-s3 ember-deploy-s3-index- Update nginx with the following config
server {
listen 80;
server_name foo.example.dev;
location / {
set $s3_bucket 'my-ember-app-index.s3.amazonaws.com';
set $url_full '$1';