网站地图    收藏   

主页 > 系统 > nginx >

nginx设置默认首页

来源:未知    时间:2018-05-01 14:09 作者:小飞侠 阅读:

[导读] nginx设置默认首页 指令index用于设置网站的默认首页, 语法是:index file ...; 列如: location~^/data/(.+)/web/${indexindex.$1.htmlindex.my1.htmlindex.html} 如果:/data/abc/web/ 列以上代码会优先解释,in...

nginx设置默认首页

    指令index用于设置网站的默认首页,

语法是:index file ...;

列如:

location ~ ^/data/(.+)/web/ $
{
index index.$1.html index.my1.html index.html
}

如果:/data/abc/web/

列以上代码会优先解释,index.abc.html -> index.my1.html -> index.html

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论