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

同样的问题 #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/openresty/lua-nginx-module#ngxbalancer) 我这里提供一下完整的Dockerfile和另外两个配置文件,可以保证重现问题。 Dockerfile ``` FROM alpine:3.4 MAINTAINER NGINX Docker Maintainers "[email protected]" ENV NGINX_VERSION=1.11.5 NGINX_DAV_VERSION=0.0.3 VERYNGINX_VERSION=0.3.3 LUAJIT_VERSION=2.1.0-beta2 NGX_DEVEL_KIT_VERSION=0.3.0 NGX_LUA_VERSION=0.10.7...

公司服务器是4年前前辈搭建的,人早就离职了,现在轮到我接锅,我使用的phpMyAdmin,POST请求时参数会含有SQL语句,直接403被阻断了。 我把https://github.com/alexazhou/VeryNginx/blob/master/verynginx/lua_script/VeryNginxConfig.lua#L31全部禁用了,也重启Nginx服务器了,还是提示403 服务器搭建的乱七八糟的,请问我怎么操作才能禁用SQL注入功能呢? 谢谢。

小白一枚,在后台如何设置IP白名单啊,全是英文界面,整了半天没整对

本机双端口监听80和9999端口,现在行实现域名访问80端口属于内网访问。域名+999端口属于互联网访问。 正常添加matcher后,rewrite重写地址。9999端口地址如果不写全地址会自动跳到80端口的地址,请问是我配置有问题吗

一个matcher目前只能匹配一个固定ip,如果能正则或按网段匹配就方便了

你好,我想通过verynginx添加waf检测,在添加模块init_by_lua_file时报错,该怎么解决呢,在修改这一行时报错:init_by_lua_file "/opt/verynginx/openresty/nginx/conf/waf/init.lua;;/opt/verynginx/verynginx/lua_script/on_init.lua;;";

forget the web login id and passwd,how to reset or to find them?

`[root@waf VeryNginx]# cat -n install-verynginx.sh 1 #!/usr/bin/bash 2 3 docker run -d \ 4 --name=verynginx \ 5 -p 8080:80 \ 6 -v /opt/verynginx/:/opt/verynginx/ \ 7 --restart=always \ 8 verynginx`