blog icon indicating copy to clipboard operation
blog copied to clipboard

nginx模块总结

Open JesseZhao1990 opened this issue 6 years ago • 1 comments

1.  http_sub_status
2.  http_random_index
3.  http_sub_module
4.  limit_conn_module        // 连接数量限制
5.  limit_req_module           // 请求数量限制
6.  http_access_module          //  基于IP的访问控制
7.  http_auth_basic_module     // 基于用户的信任登录的访问控制

JesseZhao1990 avatar Apr 17 '18 10:04 JesseZhao1990

关于客户端浏览器缓存的原理

image

JesseZhao1990 avatar Apr 23 '18 08:04 JesseZhao1990