This is an AWS question, I'm using the Ruby 2.2 (Puma) platform.
My compiled assets (in /public/assets) are served as expected. The other assets in /public are not being served (404).
Where do I configure this? Is this an nginx problem? or a puma problem?
Or is this just an AWS image issue?
Here's a live example (robots.txt should be served from the root): http://staging.us-west-2.elasticbeanstalk.com/public/robots.txt
It's also worth mentioning that the default Passenger platform image works out of the box.