Nginx配置 反向代理 HTTPS证书 - 2877206/docs GitHub Wiki

安全 http://www.ttlsa.com/nginx/10-tips-to-ensure-the-security-of-nginx/

优化 http://www.ttlsa.com/nginx/nginx-battle-ready-optimization-guide/

压缩 ./configure --with-http_gzip_static_module http://www.ttlsa.com/nginx/nginx-ngx_http_gzip_static_module/

证书 http://blog.sina.com.cn/s/blog_4fd50c390101891c.html

反向代理 ./configure --prefix=/opt/nginx-1.7.8 --with-pcre=../pcre-8.38 --with-openssl=../openssl-1.0.1j \ --with-zlib=../zlib-1.2.8 --with-http_ssl_module --add-module=../ngx_http_google_filter_module
--add-module=../ngx_http_substitutions_filter_module --with-http_gzip_static_module

https://github.com/cuber/ngx_http_google_filter_module/blob/master/README.zh-CN.md http://www.v2ex.com/t/202435 https://github.com/cuber/ngx_http_google_filter_module

nginx 编译参数详解(运维不得不看) http://www.ttlsa.com/nginx/nginx-configure-descriptions/