upyun / slardar

Updating your upstream list and run lua scripts without reloading Nginx.
494 stars 111 forks source link

Can't find variable #3

Closed liyuepeng1991 closed 7 years ago

liyuepeng1991 commented 7 years ago

Hi! I have a issue when i read the file :lib/resty/checkups/base.lua , in this file, i couldn't find the upstream.checkups[] where it defineded. Can you help me? thankyou! 我在lib/resty/checkups/base.lua这个文件中找不到upstream.checkups[]的定义和声明,好像直接就开始使用了,不太理解,可否帮忙告知,谢谢

yejingx commented 7 years ago

upstream.checkups is initialized here.

liyuepeng1991 commented 7 years ago

Get it!thankyou