Nginx – IP based access control by mikho • March 22, 2014 • 1 Comment Introduction Nginx comes with a nifty module that allows us to allow or deny access to directories served by the webserver. The module is named ngx_http_access_module to allow or deny access to IP address. The syntax can look as follows:… Read more →