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

ENV: centos 6.4 64bit, with cc/gcc 4.4.7, python 2.6.6 ``` python install.py install all ``` and got ``` *** All work finished successfully, enjoy it~ ``` but failed to start:...

nginx: [emerg] "expires" directive invalid value in /opt/verynginx/verynginx/nginx_conf/in_server_block.conf:15 这个是什么情况呢?

网上查找,说verynginx依赖openresty的lua-nginx-module,http_stub_status_module,lua-cjson library这三个库,安装不上三个依赖的库中的lua-nginx-module,按照步骤安装,make编译的时候,提示找不到in_http_block.conf配置文件里面的balancer_by_lua_file模块,求助各位大神

v0.3.3 @alexazhou alexazhou released this on Aug 15, 2016 · 74 commits to master since this release 太旧了

目前nginx1.0下安装没有问题,但是1.0对http2支持有问题,如果升高ng的版本,nginx+lua+verynginx安装后又跑不起来,这一块有解决方案吗?

使用一级目录,如 `rule1: uri ≈ ^/abc` 可以匹配到规则,但是使用下面 `rule1: uri ≈ ^/abc/def` 就匹配不到,前提是我的nginx 配置有rewrite了,跟这有关吗? ``` server { ... location /abc/ { rewrite ^/(.*)$ /abc/index.php?$1 last; } location ~ /abc/(.*)\.php{ fastcgi_pass ... }...

当访问http://localhost:8081/redirect_to_verynginx 跳转到 http://localhost/verynginx/index.html 默认跳转80端口。

不能在原有的规则上编辑。

如题,我在upstream中配置多个节点,如果其中一个节点无响应,verynginx并没有将那个节点排除掉!客户端会有一定概率收到502 Bad Gateway。

enhancement

修复py 2.6版本获取版本信息和wget证书错误导致的安装失败