Nginx作为文件服务器配置

location /usr/local/nginx/omappres {
   alias /usr/local/nginx/omappres/;
   default_type 'application/octet-stream';
   add_header Content-disposition "attachment";
}

猜你喜欢

转载自blog.csdn.net/sunzhengtaolz/article/details/86065314