Welcome! Log In Create A New Profile

Advanced

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

July 18, 2015 08:32AM
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
Subject Author Posted

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

xfeep July 18, 2015 08:15AM

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

xfeep July 18, 2015 08:32AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 299
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready