Nginx思维导图
2021-10-14 15:16:35 121 举报
AI智能生成
Nginx思维导图
作者其他创作
大纲/内容
优点
IO多路复用epoll
轻量级
功能模块少
代码模块化
CPU亲和(affinity)
常见模块
官方模块
http_stub_status_module
http_random_index_module
http_sub_module
limit_conn_module
limit_req_module
http_access_module
http_auth_basic_module
proxy_pass
upstream
第三方模块
memc-nginx-module
echo-nginx-module
lua-nginx-module
srcache-nginx-module
drizzle-nginx-module
rds-json-nginx-module
http_geoip_module
ngx_cache_purge
性能参数
worker_processes
worker_cpu_affinity
worker_rlimit_nofile
event module
epoll
worker_connections
Nginx与LUA开发
WAF
常见HTTP服务器
Apache Webserver - Apache基金会
IIS - 微软
Nginx - Nginx
GWS - Google
Lighthttpd
应用场景
代理服务
反向代理(proxy_pass)
负载均衡
七层(upstream)
round robin
ip hash
url hash
weight
fair(第三方)
四层(Nginx PLUS)
缓存
proxy_cache
HTTPS
动静分离
静态资源(动态资源)
跨域访问
防盗链
动态资源(tomcat,php-fpm)
限流
算法
令牌桶
漏桶
实现
limit_conn_zone
limit_req_zone
ngx_http_upstream_module
衍生应用
Openresty
Kong
Tengine
0 条评论
下一页