Module ngx_http_access_module

The ngx_http_access_module module allows limiting access to certain client addresses.

Access can also be limited by password, by the result of subrequest, or by JWT. Simultaneous limitation of access by address and by password is controlled by the satisfy directive.

deny

Syntax: deny address | CIDR | unix: | all;

2017-02-09 07:05:51
allow

Syntax: allow address | CIDR | unix: | all;

2017-02-09 07:05:30