rails 生产(production)模式上 下传图片不显示有关问题解决

rails 生产(production)模式下 上传图片不显示问题解决

如果是 rails s -e production 启动服务的话,上传图片不显示
需注释掉 configure/environments/production.rb 文件下的

config.action_dispatch.x_sendfile_header = "X-Sendfile"


在 nginx。或apache 启动服务的话 则不用此操作