I\'m trying to put my app into production and image and css asset paths aren\'t working.
Here\'s what I\'m currently doing:
location ~ ^/assets/ { expires 1y; add_header Cache-Control public; add_header ETag ""; }
This fixed the problem for me in production. Put it into the nginx config.