Files
resty_functions/test/test_var.lua
T
木逸辰 56a03f3cf0 add variable (#11)
* add variable

* add nginx config file

* update path
2021-09-04 12:38:15 +08:00

8 lines
205 B
Lua

---
--- Generated by EmmyLua(https://github.com/EmmyLua)
--- Created by moicen.
--- DateTime: 2021/9/4 12:20
---
ngx.say('file dir...', ngx.var.tmp_file_dir)
ngx.say('task server...', ngx.var.task_server)