-
Yes, I realize this issue has been previously submitted. I have not seen a resolution, a message which indicates the issue cannot be resolved, or a message which indicates the issue is being investig…
-
version:v1.15.8.1rc1
The same environment settings, The request per second for ngx.balancer is 70% of nginx upstream conf.
-
**Describe your environment**
Using nginx 1.19.3 that comes with `--with-compat`
```
$ nginx -V …
-
Hi,
using nginx 1.18 (+ openssl callback patch), http-lua 0.10.19, srcache 0.32, luajit-2.1.20201027 on a debian box,
when i use `ngx.redirect(url)` in `access_by_lua` on a working srcache config,…
-
### 概述
域名在互联网中广泛应用,而http是建立在tcp/ip协议上的,tcp/ip协议只认识ip地址,所以就需要通过某个系统(DNS)把域名转换成ip地址供底层使用。
通常linux系统下,命令行使用dig查询,c语言使用gethostbyname或getaddrinfo函数查询。实际上都是发送一个网络请求到/etc/resolv.conf下的一个服务器查询。
nginx作为…
-
Please note that PSOL built on Ubuntu 20.04 (Focal) and earlier will not work on systems with newer glibc (for example ubuntu Impish and upcoming Ubuntu LTS Jammy.
It's fixable with:
sed -i -r 's…
-
升级到最新2.2.2 后, 服务器经常出could not allocate node in cache keys zone错误, 用户端直接看到就是500错误
相关配置:
```
proxy_temp_path /home/mem_cache/temp;
proxy_cache_path /home/mem_cache/path levels=1:2 keys_zone=ca…
-
Having a config like
```
stream {
resolver 8.8.8.8 ipv6=off;
log_format socks 'socks: $socks_connect_addr $socks_name $socks_protocol [$time_local] $remote_addr';
server {
…
-
how to implement sailor friendly_urls for lwan ?
-
# ./main.py build -f config.yaml
builder - INFO - Parse yaml file: config.yaml
builder - INFO - Download scripts for build rpm package
builder - INFO - Running command: rpmdev-setuptree
/bin/sh: 1…