nginx 배치 각도 프로젝트

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 를. / 로 수정 합 니 다.

좋은 웹페이지 즐겨찾기