Initial code import
authorHuabingZhao <zhaohuabing@zte.com.cn>
Sat, 13 Aug 2016 06:10:39 +0000 (14:10 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Sat, 13 Aug 2016 06:56:36 +0000 (14:56 +0800)
commit1ae0c8d11018ac804be96062c34fcf0d9015ef35
treef36880d9f409807c30d2927070c8b5dc4168843b
parent29c0018a50104f18b34277cc01720c0b3e401212
Initial code import

Change-Id: I839b84e5600aedece6c33deb16bec1bf9dbb61df
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
33 files changed:
README.md [new file with mode: 0644]
openresty-ext/pom.xml [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/reload.sh [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/run.bat [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/run.sh [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/run4docker.sh [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/stop.bat [new file with mode: 0644]
openresty-ext/src/assembly/resources/openresty/stop.sh [new file with mode: 0644]