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

在多个上游的情况下除了权重以外是否可以加入健康度检查(即判断HTTP CODE) 同时,在上游无法链接的情况下的50x页面似乎不能够自定义,这里是否可以加多一个response部分的处理?

Nginx conf 配置文件中以 `try_files` 和 `rewrite` 方式工作的目录重写均不会触发 Matcher,vn 面板中的 rewrite 也是如此 复现: `matcher_1`: `^/api/all$` `matcher_all_requests`: `^(.*)$` `rewrite_1`: `matcher_all_requests` to `/` `summary_collect`: 使用 `matcher_1` 无法收集到数据 但是如果在 `rewrite_1` 这条规则上单独建立 URI `/api/all` rewrite...

不是很清楚`gsub()`方法具体的操作过程 如果方便的话,在wiki中`CustomAction: Redirect`加入两个例子会帮助不少XD

请问如何为自定义的每个server添加独有的 日志存放路劲以及指定名称; 比如我abc.a.com 的日志 需要输出到 /data/abc.log 里; 而def.a.com的日志需要输出到 /data/def.log里;

新建的用户名和密码有什么字符限制吗? 创建的时候没有提示,用新用户登陆,提示下面!!! ![image](https://user-images.githubusercontent.com/25680177/30237254-a73a5f8a-9560-11e7-84ca-251f1f14437e.png) ![image](https://user-images.githubusercontent.com/25680177/30237248-88082520-9560-11e7-9c60-eccd6bed626b.png)

好像在vn配置的backend,不会带原始clientip

我内网10.0.0.100安装了VeryNginx,另有两台Web服务器10.0.0.101和10.0.0.102,目前只有一个公网IP(80端口),所以我想通过反向代理把*.a.com映射到101,把*.b.com映射到102,使用Nginx代理使用很正常,但测试了很多次VeryNginx的反向代理功能,均未实现。谢谢,盼回复~

hello,alexazhou 想请问一下您,我单独编译的nginx 1.10.3 版本,单独携带了luajit 的模块编译进去,在用verynginx 是否可行? 多谢~

假如我有多个nginx,每个nginx 上都要装这个插件。这样不太方便啊。后面会不会考虑做一个类似集群的方法,可以一个界面管理所有的web