[ANN]nginx-access-plus v0.1.0 released!
xfeep
nginx-forum at nginx.us
Sat Jul 18 12:32:00 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,260415#msg-260415
More information about the nginx
mailing list