nginx-http之index(六)

语法

f

server {
      listen 80;
      charset utf-8;
      
      location / {
            root html;
            index index.html;
      }
}
posted @ 2020-09-22 09:05  pengsn  阅读(370)  评论(0)    收藏  举报