Yichun Zhang
Yichun Zhang
Please provide a minimal and standalone example so that we can reproduce this issue on our side quickly. My hunch is that you have some misconfiguration in either OpenResty/Nginx or...
For open-source OpenResty, you need to design and/or implement the clustering algorithm yourself. We do provide built-in clustering feature in our OpenResty Edge product, though: https://openresty.com/en/edge/
Yeah, it's on our TODO list. We'll take care of it soon. Thanks.
@kiss291323003 The character `\x09` is a tab character (which is often used as source code indentation, for example). We'll whitelist it in the next release of OpenResty which will be...
@dol Would you mind contributing a patch for that? Thanks!
@dol The contents of the website are in the `v2/en/*.md` files of this github repository. Thanks!
That page is obsolete and needs updates. We should use the following layout to define Lua modules instead: ```lua local _M = {} function _M.say() ... end return _M ```
@GUI Thanks for the report. DNSPod's service is known to be unstable. I'll try looking for a better alternative. Alas.
@GUI openresty.org's DNS requirements are a bit complicated. The alternatives you mentioned do not quite work for this site, unfortunately. I've tried them before.
@GUI Good suggestion! I've uploaded the latest 1.9.15.1 release to GitHub: https://github.com/openresty/openresty/releases/tag/v1.9.15.1 I'll always upload to both openresty.org and github for formal releases from now on. Regarding the DNS server,...