Explorar o código

修改nginx /prod

郭超 %!s(int64=4) %!d(string=hai) anos
pai
achega
a261ea8eaf
Modificáronse 2 ficheiros con 7 adicións e 4 borrados
  1. 6 3
      .idea/workspace.xml
  2. 1 1
      business/nginx/sites-enabled/default

+ 6 - 3
.idea/workspace.xml

@@ -2,8 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="41dc853c-f418-44c7-ba5d-2164f3f0373a" name="Default" comment="">
-      <change afterPath="$PROJECT_DIR$/business/TestFileSystem/xinchuang/excel/excel-0-0不可删除.xls" afterDir="false" />
       <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" />
@@ -186,7 +186,8 @@
       <workItem from="1610264520879" duration="862000" />
       <workItem from="1610343907658" duration="548000" />
       <workItem from="1618465186243" duration="1756000" />
-      <workItem from="1622184011904" duration="25393000" />
+      <workItem from="1622184011904" duration="25750000" />
+      <workItem from="1622548546624" duration="573000" />
     </task>
     <servers />
   </component>
@@ -201,7 +202,9 @@
       <map>
         <entry key="MAIN">
           <value>
-            <State />
+            <State>
+              <option name="COLUMN_ORDER" />
+            </State>
           </value>
         </entry>
       </map>

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

@@ -4,7 +4,7 @@ server {
     server_name	121.196.124.158; #改成对应的HOST
 
     location / {
-        root   /usr/share/nginx/html/prod;
+        root   /usr/share/nginx/html;
         index  index.html;
         try_files $uri $uri/ /index.html;
     }