commit 2e304340ae96a2c98ca90241a6cf7b9ce3749807 parent 96f5f26631cbe83b8b2d7eb2e5b9d0d975986415 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Thu, 25 Dec 2014 15:21:14 +0100 Adding "Nginx Hacks" resources Diffstat:
M | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -39,6 +39,13 @@ This list is maintained by [Frederic Cambus](http://www.cambus.net). For updates - [GIN JSON-API framework](http://gin.io/) - [Outbound API rate limits: the nginx way](http://codetunes.com/2011/07/26/outbound-api-rate-limits-the-nginx-way) +## Nginx Hacks + +- [Nginx JSON hacks](http://www.gabrielweinberg.com/blog/2011/07/nginx-json-hacks.html) +- [Using Environment Variables In Nginx.conf](https://docs.apitools.com/blog/2014/07/02/using-environment-variables-in-nginx-conf.html) +- [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 + Lua - [Nginx, Lua, and beyond](http://agentzh.org/misc/slides/nginx-lua-and-beyond.pdf)