bunkerweb 1.4.0

This commit is contained in:
bunkerity
2022-06-03 17:24:14 +02:00
parent 3a078326c5
commit a9f886804a
5245 changed files with 1432051 additions and 27894 deletions

6
deps/src/lua-resty-core/.luacheckrc vendored Normal file
View File

@@ -0,0 +1,6 @@
std = 'ngx_lua'
globals = { 'ngx', 'ndk' }
unused_args = false
read_globals = {
"coroutine._yield"
}