openresty 常用Lua開發庫Json庫、cache 使用、編碼轉換

location ~ /lua_iconv {      default_type 'text/html';      charset gbk;      lua_code_cache on;      content_by_lua_file /usr/example/lua/test_iconv.lua;   }   lua_code_cache 表示 緩存lua腳本內容 JSON庫  在進行數
相關文章
相關標籤/搜索