更新時間:2021年07月20日18時16分 來源:傳智教育 瀏覽次數(shù):
index指令
index:設(shè)置網(wǎng)站的默認(rèn)首頁
語法 | index file ...; |
默認(rèn)值 | index index.html; |
位置 | http、server、location |
index后面可以跟多個設(shè)置,如果訪問的時候沒有指定具體訪問的資源,則會依次進(jìn)行查找,找到第一個為止。
舉例說明:
location / { root /usr/local/nginx/html; index index.html index.htm; }
訪問該location的時候,可以通過 http://ip:port/,地址后面如果不添加任何內(nèi)容,則默認(rèn)依次訪問index.html和index.htm,找到第一個來進(jìn)行返回
將本頁面鏈接http://xamj520.com/news/20210720/18164551234.shtml發(fā)送給QQ:435946716,免費獲取上面課程全套視頻、筆記和源碼。
猜你喜歡: