Linux nginx访问控制allow、deny(ngx_http_access_module) 单看nginx模块名ngx_http_access_module,很多人一定很陌生,但是deny和allow相比没一个人不知道的,实际上deny和allow指令属于ngx_http_access_mo... 11月05日 13 收藏 阅读全文
Nginx nginx限速白名单配置 在《nginx限制连接数ngx_http_limit_conn_module模块》和《nginx限制请求数ngx_http_limit_req_module模块》中会对所有的IP进行限制。在某些情况下... 10月02日 7 收藏 阅读全文
Nginx nginx geo使用方法 geo指令使用ngx_http_geo_module模块提供的。默认情况下,nginx有加载这个模块,除非人为的 --without-http_geo_module。 ngx_http_geo_mod... 09月30日 8 收藏 阅读全文