nginx 部署angular项目

来源:互联网 发布:淘宝买书有什么好店铺 编辑:程序博客网 时间:2024/06/06 00:08

ng1:

location / {  root   D:\WebstormProjects\angular-demo\src;  index  index.html index.htm;}

ng2:

location / {  root   D:\WebstormProjects\angular-store\dist;  index  index.html index.htm;  try_files $uri $uri/ /index.html;}

解决js加载问题,修改index.html中的base href为./