From 555f4341738a32c2d86a2aa84e87f58337c8b724 Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Sat, 27 Dec 2014 10:18:28 +0100 Subject: [PATCH] Adding "Nginx tips" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6342dff..a6ece32 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ This list is maintained by [Frederic Cambus](http://www.cambus.net). For updates - [JSONP Proxy - Get JSONP from APIs not supporting it natively](https://github.com/fcambus/jsonp-proxy) - [Log rotation directly within Nginx configuration file](http://www.cambus.net/log-rotation-directly-within-nginx-configuration-file/) +## Nginx tips + +- [A/B testing using ngx_http_split_clients_module](https://twitter.com/maximkonovalov/statuses/354907254216065024) +- [Logging $tcpinfo_rtt to measure typical RTT](https://twitter.com/maximkonovalov/statuses/352436564934148096) + ## Nginx + Lua - [Nginx, Lua, and beyond](http://agentzh.org/misc/slides/nginx-lua-and-beyond.pdf)