location ^~ /attachment {//访问路径名称
alias /;//访问地址,root目录有权限一般配置到/data目录下
default_type application/pdf;//文件类型
add_header Content-Disposition '*';//强制下载
autoindex on;
}
location ^~ /attachment {//访问路径名称
alias /;//访问地址,root目录有权限一般配置到/data目录下
default_type application/pdf;//文件类型
add_header Content-Disposition '*';//强制下载
autoindex on;
}