location /abc {
? ? ? ? root /usr/file;
? ? ? ? index index.html;
}
要正常訪問 www.xxx.com/abc 就必須再 /usr/file 文件下存在一個(gè)與路徑abc相同名字的文件夾
location /abc {
? ? ? ? root /usr/file;
? ? ? ? index index.html;
}
要正常訪問 www.xxx.com/abc 就必須再 /usr/file 文件下存在一個(gè)與路徑abc相同名字的文件夾