浏览代码

明确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;