add variable (#11)

* add variable

* add nginx config file

* update path
This commit is contained in:
木逸辰
2021-09-04 12:38:15 +08:00
committed by GitHub
parent 594f4e7c49
commit 56a03f3cf0
4 changed files with 76 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
---
--- 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)