소스 검색

明确dist目录

Michael Wang 4 년 전
부모
커밋
79aa612a31
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      conf/nginx.conf

+ 2 - 2
conf/nginx.conf

@@ -33,8 +33,8 @@ http {
         listen       80;
         #server_name  localhost;
         #root /Users/michael/Documents/qmth/web-deploy/dist;
-        # root /opt/dist;
-        root .;
+        root /opt/dist;
+        # root .;
 
         # location /(wap|web) {
         #     try_files $uri $uri/ /index.html;