nginx部署前端

在server裏面 配置對應的前端路徑html

location / { 
root /usr/local/nginx/html/dist;
index index.html inden.htm;
}

  


從新加載配置文件前端

cd /usr/local/nginx/sbin
./nginx -s reload
相關文章
相關標籤/搜索