server {
listen ;
server_name localhost; location /dirName {
alias "C:/Users/VALEB/Downloads/include";
autoindex on;
autoindex_localtime on;
expires 7d;
}
location /name {
alias "C:\Users\VALEB\Desktop\wav";
autoindex on;
autoindex_localtime on;
}
#error_page /.html;
}
相关文章
- $http服务和$location
- 【eslint 插件开发】禁用 location 跳转外部链接
- c# this.location和e.X的区别
- 数据提交成功后如何避免alert被window.location.reload()影响
- Nginx 笔记与总结(6)Location:精准匹配
- 多个mapper location时, mybatis spring的自动扫描配置
- 如何使用jQuery的$ .post函数获取“location”标头?
- 关于eclipse的Description:Resource Path Location Type The project cannot be built until build path errors are resolved的问题
- window.opener.location.reload();到底是什么意思?
- js我用window.opener.location.href=window.opener.location.href;怎么更新不了父页面.