nginx-http之index(六)

语法

f

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