Nginx 高级模块及优化
ngx_stream_core_module
默认情况下该模块不会自动安装,需要在编译是使用with来安装. 检查当前nginx是否安装有该模块,rpm -qa nginx | grep mod-stream
Example Configuration
nginx_upstream_check_module
简单示例:
更多参考:https://github.com/yaoweibin/nginx_upstream_check_module
http_geo_module
更多参考:http://nginx.org/en/docs/http/ngx_http_geo_module.html
http_geoip_module
通过nginx GeoIP
模块来限制某些国家或者具体地区访问网站。
:information_source:将模块编译进nginx