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

xfeep nginx-forum at nginx.us
Sat Jul 18 12:15:26 UTC 2015


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

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260414,260414#msg-260414



More information about the nginx mailing list