我已经开通了一条路线,处理特定档案下载。
match /overview => "pages#overview", :as => "da_overview"
页: 1
send_file File.join(Rails.root, public , downloads , overview.pdf ), :type =>"application/pdf"
I vechangeed on the x-sendfile establishing.
config.action_dispatch.x_sendfile_header = "X-Sendfile"
此外,我还安装了在快艇服务器中安装和安装了模拟-xsendfile模块。 我也为我的网站提供了便利。
XSendFile on
还是,当我打了。 browser正在下载overview.pdf.html
,“超文本文件”说:404:requested URL /overview not found on this services
我检查了档案的存在。 pdf文档是公共/下载目录。 哪一个组合失踪了? 请提供帮助。