Showing
4 changed files
with
1 additions
and
11 deletions
1 | -a9c66382c35a7b29d9eae358094ab686 |
1 | -f7e36f9b7c2f20d14dfb1d8f344a8aeb |
@@ -14,11 +14,6 @@ server { | @@ -14,11 +14,6 @@ server { | ||
14 | return 200 'action.yoho.cn server is ok!'; | 14 | return 200 'action.yoho.cn server is ok!'; |
15 | } | 15 | } |
16 | 16 | ||
17 | - # for mini program | ||
18 | - location ~* .(txt)$ { | ||
19 | - root /Data/node/action-yoho-cn/current/action-yoho-cn/public/static; | ||
20 | - } | ||
21 | - | ||
22 | location / { | 17 | location / { |
23 | limit_req zone=allips_per_ip_20 burst=5 nodelay; | 18 | limit_req zone=allips_per_ip_20 burst=5 nodelay; |
24 | limit_req zone=limit_per_url_100 burst=10 nodelay; | 19 | limit_req zone=limit_per_url_100 burst=10 nodelay; |
@@ -33,10 +33,7 @@ | @@ -33,10 +33,7 @@ | ||
33 | src: 'templates/web-nginx/node/yohobuywap-node/current/yohobuywap-node/public/static/' | 33 | src: 'templates/web-nginx/node/yohobuywap-node/current/yohobuywap-node/public/static/' |
34 | dest: "/Data/node/yohobuywap-node/current/yohobuywap-node/public/static/" | 34 | dest: "/Data/node/yohobuywap-node/current/yohobuywap-node/public/static/" |
35 | 35 | ||
36 | - - name: copy action-yoho-cn statics files to openresty | ||
37 | - copy: | ||
38 | - src: 'templates/web-nginx/node/action-yoho-cn/current/action-yoho-cn/public/static/' | ||
39 | - dest: "/Data/node/action-yoho-cn/current/action-yoho-cn/public/static/" | 36 | + |
40 | 37 | ||
41 | - name: copy PE files to openresty | 38 | - name: copy PE files to openresty |
42 | copy: | 39 | copy: |
-
Please register or login to post a comment