admin 管理员组

文章数量: 1184232

location / {
if ($request_filename ~* ^.*?.(html|doc|pdf|zip|docx)$) {
add_header Content-Disposition attachment;
add_header Content-Type application/octet-stream;
}
}

本文标签: 点击下载 静态 浏览器 资源 nginx