Re: [ANN]nginx-access-plus v0.1.0 released!

2015-07-18 Thread xfeep
Nginx-Access-Plus is a Nginx module allows limiting access to certain http request methods and client addresses. e.g. location / { allow_method all get|head; allow_method 192.168.1.0/24 post|delete; deny_method all all; } website : https://github.com/nginx-clojure/nginx-access-plus

[ANN]nginx-access-plus v0.1.0 released!

2015-07-18 Thread xfeep
Nginx-Access-Plus is a Nginx module allows limiting access to certain http request methods and client addresses. e.g. location / { allow_method all get|head; allow_method 192.168.1.0/24 post|delete; deny_method all all; } website : https://github.com/nginx-clojure/nginx-access-plu