Authored by 梁志锋

修改nginx后进行归档。

@@ -15,7 +15,7 @@ server @@ -15,7 +15,7 @@ server
15 #cc: e0323a9039add2978bf5b49550572c7c oo:e47ca7a09cf6781e29634502345930a7 15 #cc: e0323a9039add2978bf5b49550572c7c oo:e47ca7a09cf6781e29634502345930a7
16 #acecl:7ea6bdf07376a928c5d4677789c45463 opqcl:352f028bd6ecf28de1c285c573642659 16 #acecl:7ea6bdf07376a928c5d4677789c45463 opqcl:352f028bd6ecf28de1c285c573642659
17 default_type application/json; 17 default_type application/json;
18 - return 200 '{"code":200,"message":"Config Success","md5":"e4567a9039add2978bf5b49550572cff","data":{"ae":"e0323a9039add2978bf5b49550572c7c","url":"http://m.yohobuy.com","tl":"352f028bd6ecf28de1c285c573642659"}}'; 18 + return 200 '{"code":200,"message":"Config Success","md5":"e4567a9039add2978bf5b49550572cff","data":{"ae":"e0323a9039add2978bf5b49550572c7c","url":"http://m.yohobuy.com","tl":"352f028bd6ecf28de1c285c573642659","dl":"2a90dfa0f37b92aaebf369e9a4d38ba4"}}';
19 } 19 }
20 20
21 location = /hf/v1 { 21 location = /hf/v1 {
@@ -25,7 +25,7 @@ server @@ -25,7 +25,7 @@ server
25 expires 30d; 25 expires 30d;
26 } 26 }
27 location = /error.html { 27 location = /error.html {
28 - root /Data/PE/yohobuy_H5/yohobuy/assets; 28 + root /Data/PE/yohobuy_H5/assets;
29 expires 7d; 29 expires 7d;
30 } 30 }
31 31
@@ -61,7 +61,7 @@ server @@ -61,7 +61,7 @@ server
61 61
62 # app show help page 62 # app show help page
63 location =/help/shareorder.html { 63 location =/help/shareorder.html {
64 - root /Data/PE/yohobuy_H5/yohobuy/assets; 64 + root /Data/PE/yohobuy_H5/assets;
65 expires 7d; 65 expires 7d;
66 } 66 }
67 67
@@ -343,7 +343,7 @@ server @@ -343,7 +343,7 @@ server
343 expires 30d; 343 expires 30d;
344 } 344 }
345 location = /error.html { 345 location = /error.html {
346 - root /Data/PE/yohobuy_H5/yohobuy/assets; 346 + root /Data/PE/yohobuy_H5/assets;
347 expires 7d; 347 expires 7d;
348 } 348 }
349 349
@@ -478,7 +478,7 @@ server @@ -478,7 +478,7 @@ server
478 478
479 # app show help page 479 # app show help page
480 location = /help/shareorder.html { 480 location = /help/shareorder.html {
481 - root /Data/PE/yohobuy_H5/yohobuy/assets; 481 + root /Data/PE/yohobuy_H5/assets;
482 expires 7d; 482 expires 7d;
483 } 483 }
484 484
@@ -499,7 +499,7 @@ server @@ -499,7 +499,7 @@ server
499 expires 30d; 499 expires 30d;
500 } 500 }
501 location = /error.html { 501 location = /error.html {
502 - root /Data/PE/yohobuy_H5/yohobuy/assets; 502 + root /Data/PE/yohobuy_H5/assets;
503 expires 7d; 503 expires 7d;
504 } 504 }
505 505
@@ -795,7 +795,7 @@ server @@ -795,7 +795,7 @@ server
795 expires 30d; 795 expires 30d;
796 } 796 }
797 location = /error.html { 797 location = /error.html {
798 - root /Data/PE/yohobuy_H5/yohobuy/assets; 798 + root /Data/PE/yohobuy_H5/assets;
799 expires 7d; 799 expires 7d;
800 } 800 }
801 801