Authored by hf

do add nginx config

... ... @@ -14,7 +14,7 @@ server
return 200 '{"code":200,"message":"app embed","data":{"open":"N","url":"http://m.yohobuy.com"}}';
}
location = /help/shareorder.html {
root /Data/code/git/yohobuy/yohobuy/assets;
root /Data/PE/yohobuy/assets;
expires 7d;
}
... ...