会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
oldxulinux
个人主页:https://edu.51cto.com/lecturer/8340258.html
博客园
首页
新随笔
联系
订阅
管理
2021年8月11日
location uri 添加 / 和不添加 / 的区别?
摘要: #不添加/,默认上/code/test目录下找index.html文件,如果没有 index.html则会查找/code/test文件 location /test { root /code; index index.html; } #添加/,默认上/test目录下寻找index.html文件,如果
阅读全文
posted @ 2021-08-11 16:33 oldxulinux
阅读(523)
评论(0)
推荐(0)
编辑
公告