-
When reading from a socket, 0 bytes, it blocks until data becomes available on the socket.
I ran into this due to a compatibility issue between OpenResty and LuaSocket. The http client in use simpl…
-
we are trying to update our nginx from 1.20 to 1.24 or 1.25 with latest lua nginx. but facing issue in doing so .
Using the latest stable version
https://github.com/openresty/lua-nginx-module/arc…
-
My nginx config file calls my lua file with `rewrite_by_lua_file /etc/nginx/conf.d/start.lua;`
The `start.lua` application then calls the main app that I have:
```
package.path = package.path .…
-
Maintainer: @Ansuel @neheb @hnyman @jefferyto @dangowrt @thess @commodo @BKPepe @feckert @sbyx
Environment: OpenWrt 23.05 and snapshot
Tried to include ngx-fancyindex to the nginx build
https://…
-
Thanks for your share.
Can I get other config by this module,such as keepalive option along with servers
```
server 127.0.0.1:8011 weight=20 max_fails=0 fail_timeout=10s;
server 127.0.0.1:8012 w…
-
zjx20 updated
10 years ago
-
hi there, why i got send() failed (1: Operation not permitted) while resolving, resolver: 8.8.8.8:53
```
server {
listen :;
server_name gist.domain.com;
access_log off;
location /…
-
```
2022/12/09 17:23:52 [warn] 4133651#4133651: *2767 Detected bytes already waiting to be read on socket when using the select module, client: 54.160.236.1, server: 0.0.0.0:1031
2022/12/09 17:23:52…
-
I've set up a server to auto generate certificates using Let's Encrypt and lua-resty-auto-ssl. It's working as expected for all but one domain, for which I am getting a privacy error in browser:
> …
-
https://github.com/qiye/lua-php-utils
所支持的函数 均从 PHP C源码移植过来. 新函数将会不断增加
qiye updated
10 years ago