Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.14 KB

Nginx 资料.md

File metadata and controls

59 lines (30 loc) · 1.14 KB

文档

Nginx 官方文档

http://nginx.org/en/docs/

提高 Nginx 的性能,安全性和其他重要方面的知识

https://github.com/trimstray/nginx-admins-handbook

涵盖 Nginx、Nginx + Lua、OpenResty 和 Tengine 的资源集合

https://github.com/fcambus/nginx-resources

配置

Nginx 服务器配置模板

https://github.com/h5bp/server-configs-nginx

很棒的 Nginx 配置

https://github.com/nginx-boilerplate/nginx-boilerplate

扩展

OpenResty 是一款基于 Nginx 和 LuaJIT 的 Web 平台

https://github.com/openresty/openresty

PageSpeed 是 Nginx 的自动页面优化模块

https://github.com/apache/incubator-pagespeed-ngx

NAXSI 是 Nginx 高性能、低规则维护 WAF

https://github.com/nbs-system/naxsi

Apache、IIS 和 Nginx 跨平台 Web 应用程序 WAF 引擎

https://github.com/SpiderLabs/ModSecurity

工具

Nginx 配置生成器

https://github.com/digitalocean/nginxconfig.io

Nginx 配置静态分析器

https://github.com/yandex/gixy

GoAccess 是实时 Web 日志分析器和交互式查看器

https://github.com/allinurl/goaccess

SSL 配置测试客户端

https://github.com/chromium/badssl.com