From 1577643763600c4e231cd8882cdde154b27382a4 Mon Sep 17 00:00:00 2001 From: Mikhail Che Date: Mon, 24 Feb 2014 09:32:03 +0500 Subject: [PATCH] Update README --- contrib/ip_blacklist/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/ip_blacklist/README b/contrib/ip_blacklist/README index 957fdef..98bd717 100644 --- a/contrib/ip_blacklist/README +++ b/contrib/ip_blacklist/README @@ -4,7 +4,7 @@ Used the Redis storage only. Monitoring blacklist on redis-cli: lrange ip_blacklist 0 -1 Requires -======= +======== Requires openresty bundle http://openresty.org/ (tested on openresty/1.5.8.1) or ngx-lua module http://wiki.nginx.org/HttpLuaModule#Installation @@ -12,7 +12,7 @@ Requires openresty bundle http://openresty.org/ (tested on openresty/1.5.8.1) Configure -======== +========= Change settings on ip_blacklist_conf.lua (see options desciption in file): @@ -25,7 +25,7 @@ Debug: for log INFO messages into nginx.log Log lock: persistent log list when locking IPs Replace the system distribution nginx with local installation of openresty -==================================================== +========================================================================== Install latest openresty on default location usr/local/openresty. @@ -43,7 +43,7 @@ cp ip_blacklist_conf.lua /etc/nginx/lua/ cp ip_blacklist.lua /etc/nginx/lua/ Configure NGINX -================ +=============== Add one line to http section: lua_package_path "/etc/nginx/lua/?.lua;;";