添加以下代码到配置文件
···
location / {
if ($request_filename ~* ^.*?.(txt)$){
add_header Content-Disposition attachment;
}
}
···
添加以下代码到配置文件
···
location / {
if ($request_filename ~* ^.*?.(txt)$){
add_header Content-Disposition attachment;
}
}
···
本文标题:PHP+Nginx访问txt文件直接下载
本文链接:https://www.haomeiwen.com/subject/qwriectx.html
网友评论