Authored by chunhua.zhang

remove

... ... @@ -13,11 +13,6 @@ server {
default_type text/html;
return 200 'action.yoho.cn server is ok!';
}
# for mini program
location ~* .(txt)$ {
root /Data/node/action-yoho-cn/current/action-yoho-cn/public/static;
}
location / {
limit_req zone=allips_per_ip_20 burst=5 nodelay;
... ...
... ... @@ -33,10 +33,7 @@
src: 'templates/web-nginx/node/yohobuywap-node/current/yohobuywap-node/public/static/'
dest: "/Data/node/yohobuywap-node/current/yohobuywap-node/public/static/"
- name: copy action-yoho-cn statics files to openresty
copy:
src: 'templates/web-nginx/node/action-yoho-cn/current/action-yoho-cn/public/static/'
dest: "/Data/node/action-yoho-cn/current/action-yoho-cn/public/static/"
- name: copy PE files to openresty
copy:
... ...