ruby on rails 3.1 - Why are images not getting served on starting production server? -
I have a Rail Server 3.1.0 which is on a live server, when started in development mode Works well on all images and favicon.ico
But when the same app starts in production environments, favicon images / other images are not provided in the public folder, and 404 errors in their path (Interestingly, there are no static images of 404 pages ) is served). Any clue has God's train?
I am using NginX + Unicorn + Rails 3.1.0. Assets pipeline is used for all things except 404/500 error pages and favicon.
To show me the files in the output mode in my public folder also I config / environment /product.rb "in true " Correct and it works.
Comments
Post a Comment