nginx-http之index(六)

语法

f

server {
      listen 80;
      charset utf-8;
      
      location / {
            root html;
            index index.html;
      }
}
原文地址:https://www.cnblogs.com/pengsn/p/13710121.html