-
同样的问题 #74
`failed to run balancer_by_lua*: /opt/verynginx/verynginx/lua_script/on_banlance.lua:9: module 'ngx.balancer' not found`
ngx.balancer 这个在lua-nginx-module里面是有的,[在这里](https://github.com/ope…
-
Nginx::SSL#servername doesn't work in content handler.
Not sure if it's a bug or unexpected usage. Other SSL methods might have similar issue.
I get SIGSEGV without ssl handshake handler. With t…
-
**I'm submitting a ...** (check one with "x")
```
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Support request =>
[ ] Feature requ…
-
Hello, i have multiple virtual hosts Nginx server. And turned on IPRO for images, to convert them in webp. But lost a day to get original links to optimised images, but PS give me extended cache *.pag…
-
## Configure Options:
```
./configure --prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
--modules-path=/usr/lib64/nginx/modules \
--conf-path=/etc/nginx/ng…
-
ngx_cache_purge doesn't honor server_tokens off. When a purge is successful it shows which version of nginx it's using
The purging page looks like this
Successful purge
Key : httpGETmypage.com
Path…
-
Here is the initial config:
```
http {
log_format gw_main '$remote_addr [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $request_time '
…
-
### Ⅰ. Issue Description
生产上正常运行的是2.2.3, limit_req相关配置如下:
```
in http块:
geo $white_ip {
default 0;
116.xx.xx.0/24 1;
}
…
-
**I'm submitting a ...** (check one with "x")
```
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Support request =>
[x] Feature request
…
-
### Ⅰ. Issue Description
I built the as per the instructions mentioned in the [readme ](https://github.com/chobits/ngx_http_proxy_connect_module?tab=readme-ov-file#build-nginx) with the exception…