You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The font assets must be served by the rails process for this gem to work (because Rails injects those headers into the response). It's possible your static assets are being served by phusion passenger outside of the rails stack.
I followed your example but I can't manage to see these headers:
I'm using Rails 4.1, Phusion Passenger an deploying on Heroku.
I precompile assets locally, if that counts.
Once this work I want to use CloudFront as CDN.
Can you please advice?
Thanks
The text was updated successfully, but these errors were encountered: