فهرست منبع

增加大图的配置

郭超 4 سال پیش
والد
کامیت
d05498c66c
2فایلهای تغییر یافته به همراه10 افزوده شده و 7 حذف شده
  1. 8 5
      .idea/workspace.xml
  2. 2 2
      business/nginx/sites-enabled/default

+ 8 - 5
.idea/workspace.xml

@@ -1,11 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="">
-      <change afterPath="$PROJECT_DIR$/business/docker-compose-multi-local.yml" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/business/start-containers-multi-local.sh" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/business/stop-containers-multi-local.sh" afterDir="false" />
+    <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="增加本地启动配置">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/business/nginx/sites-enabled/default" beforeDir="false" afterPath="$PROJECT_DIR$/business/nginx/sites-enabled/default" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
     <option name="SHOW_DIALOG" value="false" />
@@ -190,7 +188,8 @@
       <workItem from="1618465186243" duration="1756000" />
       <workItem from="1622184011904" duration="25750000" />
       <workItem from="1622548546624" duration="1652000" />
-      <workItem from="1622605926143" duration="336000" />
+      <workItem from="1622605926143" duration="1773000" />
+      <workItem from="1622720156453" duration="30000" />
     </task>
     <servers />
   </component>
@@ -213,6 +212,10 @@
       </map>
     </option>
   </component>
+  <component name="VcsManagerConfiguration">
+    <MESSAGE value="增加本地启动配置" />
+    <option name="LAST_COMMIT_MESSAGE" value="增加本地启动配置" />
+  </component>
   <component name="masterDetails">
     <states>
       <state key="ArquillianSettingsConfigurable.UI">

+ 2 - 2
business/nginx/sites-enabled/default

@@ -14,12 +14,12 @@ server {
     }
 
     location  ^~ /dashboard/ {
-        root   /databoard/dist/;
+        root   /usr/share/nginx/html/databoard-dist/;
         index  index.html;
     }
 
     location ^~ /static/ {
-        root   /databoard/dist/;
+        root   /usr/share/nginx/html/databoard-dist/;
         index  index.html;
     }