content_by_lua_file directive 테스트 추가

This commit is contained in:
freestrings
2019-08-25 15:43:04 +09:00
parent 422a23ee57
commit 8c24411c3f
5 changed files with 63 additions and 3 deletions

View File

@ -0,0 +1,3 @@
local jsonpath = require("jsonpath")
jsonpath.init("/etc/jsonpath/libjsonpath_lib.so")
ngx.log(ngx.INFO, "loaded libjsonpath_lib.so")