-
2019/08/12 14:14:54 [info] 20160#0: *147 client closed connection while waiting for request, client: 192.168.100.38, server: 0.0.0.0:80
2019/08/12 14:14:58 [info] 20159#0: *148 [lua] handler.lua:95: …
-
Dear Openresty Team,
I have some troubles with open resty installation from source. During `make` command I'm getting these errors:
` relocation R_X86_64_32 against `.rodata.str1.1' can not be use…
-
大概的思路是这样的:
location /ab_admin {
content_by_lua_file '../admin/ab_action.lua';
}
```
location /degrade_admin{
content_by_lua_file '../admin/degrade_action.lua';
}
```
仿照你的ab_admin 写一…
-
ingress配置如下双向认证无效了。 还有 ingress指定配置 nginx.ingress.kubernetes.io/server-snippet: 也无效了。例如:
```yaml
kind: Ingress
metadata:
name: log
namespace: default
annotations:
nginx.ingress.kubernetes.io/a…
-
Right now this nginx module emits logs as unstructured text. Would it be possible to switch to a JSON format so that it's possible to search through the nginx logs more easily? Thanks!
jbuck updated
5 years ago
-
At the time of this writing, maybe 20% of CoolStuffThatEveryoneWants™ is available in OPM. Everything else still requires luarocks to install.
Please undeprecate luarocks and make OPM play nicely l…
-
local cli = client:new(broker_list)
local brokers, partitions = cli:fetch_metadata(kafka.topic)
if not brokers then
ngx.log(ngx.ERR, "fetch_metadata failed, err:", partitions)
end
ng…
-
Any statement @agentzh on whether HTTP/3 will be on the Roadmap when nginx-quic is production ready?
-
1.这一层实现流量分组(内网和外网隔离、爬虫和非爬虫流量隔离)、内容缓存,请求头过滤,故障切换,限流,防火墙等一些通用型功能
2.业务nginx和单品页nginx,在这一层可以实现内容压缩,AB测试,降级,即这一层的nginx跟业务有关联,实现业务的一些通用逻辑。
3.主从架构
4.普通流量走一致性哈希,提升命中率。热点流量走轮训减少单服务器压力。根据请求特征将流量分配到不同分组并限流(爬虫…
-
/usr/local/lua_redis/resty/aes.lua:106: /usr/local/lib/libluajit-5.1.so.2: undefined symbol: EVP_md5
stack traceback: