VeryNginx icon indicating copy to clipboard operation
VeryNginx copied to clipboard

A very powerful and friendly nginx base on lua-nginx-module( openresty ) which provide WAF, Control Panel, and Dashboards.

Results 100 VeryNginx issues
Sort by recently updated
recently updated
newest added

Matcher中設置的cookies匹配規則value中!≈、!=與Not Existed無法正常匹配。 經測試,≈、=、和Existed都正常。

2017/12/24 04:02:20 [error] 25582#0: *365541 failed to run log_by_lua*: /opt/verynginx/verynginx/lua_script/module/summary.lua:94: attempt to concatenate local 'uri' (a nil value) stack traceback: /opt/verynginx/verynginx/lua_script/module/summary.lua:94: in function 'log' /opt/verynginx/verynginx/lua_script/on_log.lua:5: in function while logging request,...

![image](https://user-images.githubusercontent.com/495785/38712005-8bb2a836-3efb-11e8-94be-e10bf49c9b07.png) 这个跳过nginx直接访问后端可以,应该是nginx限制了 request body 的大小,怎么修改

看了下配置,没有找到日志文件的配置。 是没有这个功能吗?

proxy_pass http://172.17.35.66:10010; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Access-Control-Allow-Origin $http_origin; proxy_set_header Access-Control-Allow-Methods "GET,POST,PUT,DELETE,OPTIONS"; proxy_set_header Access-Control-Allow-Credentials "true"; proxy_set_header Access-Control-Allow-Headers "Authorization,DNT,User-Agent,Keep-Alive,Content-Type,accept,origin,X-Requested-With"; 请问下类似这样的配置信息需要在哪里配置呢?

Sending build context to Docker daemon 2.048kB Step 1/9 : FROM python:2.7.11-wheezy 2.7.11-wheezy: Pulling from library/python 47994b92ab73: Pull complete 51d05f23de0f: Pull complete 638003bf95f3: Pull complete 03d3d60a386d: Pull complete 868f872d764d: Pull...

你好,请问verynginx是否支持集群管理的功能。

根据[#757](https://github.com/openresty/lua-nginx-module/pull/757)、[#761](https://github.com/openresty/lua-nginx-module/pull/761)、[#922](https://github.com/openresty/lua-nginx-module/pull/922), lua-nginx-module目前不支持OpenSSL 1.1.x,而这个好像是nginx开启tls1.3的必要条件。 请问,可以解决吗?

改了两处。 ### 异常处理 当一个规则如`"URIXXX": { "value": "\\.(git|svn)", "operator": "≈" }`时,由于没有对URIXXX的处理,所以永远都会return true,所以添加了一个对这个场景的异常处理。 当然,如果通过dashboard不会存在这个问题,不过我最近在使用的时候,改了dashboard,升级后遇到了这个bug,所以提交了这个PR。 ### `!`操作符 还有一个问题是,操作符`!`感叹号,根本用不到这个操作符,但是代码里还有,所以删除了该段代码。 如果这个操作符有特殊用处,麻烦回复一下。我翻了代码没有发现有在使用。

proxy_connect_timeout proxy_send_timeout proxy_read_timeout send_timeout 这些选项的超时时间配置,这些都是非常基础的功能