separate image combine logic

This commit is contained in:
2022-03-08 21:59:25 +08:00
parent 67ce137e3f
commit e3cdd92cb3
6 changed files with 59 additions and 12 deletions
+4
View File
@@ -13,5 +13,9 @@ server {
location /api/ngx/test/popen {
content_by_lua_file $resty_loc/nginx/scripts/tests/popen.lua;
}
location /api/ngx/test/uri {
content_by_lua_file $resty_loc/nginx/scripts/tests/uri.lua;
}
}