Nginx-access-plus v0.1.0 released!

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 : GitHub - nginx-clojure/nginx-access-plus: nginx module allows limiting access to certain http request methods and client addresses.

Posted at Nginx Forum:

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 : GitHub - nginx-clojure/nginx-access-plus: nginx module allows limiting access to certain http request methods and client addresses.

Posted at Nginx Forum: