Skip to content
Cassiano Aquino avatar Cassiano Aquino
  • Home
  • Archive
  • About
16 Jun 2016 · 2 min read · nginxdevopssmart

Thinking outside of the box with NGINX series - geo command

Using NGINX's geo command to match network blocks and route traffic to different upstreams or apply rate limits.

13 Jun 2016 · 3 min read · nginxdevopssmart

Thinking outside of the box with NGINX series - split_clients command

Using split_clients to bypass cache for a percentage of requests and direct traffic to different backend versions.

9 Jun 2016 · 1 min read

SSL acceleration using NGINX and backend SSL connection identification

Setting X-Forwarded-Proto headers with NGINX proxy_set_header identifies SSL connections to backend servers.

9 Jun 2016 · 2 min read

Zero-downtime deployments using NGINX

Configuring NGINX for zero-downtime deployments using upstream blocks and shell scripting.

3 Jul 2015 · 1 min read · devops nginx linux sysadmin proxying

Persistent backend selection using cookies with NGINX

NGINX maps URL paths to backends using cookies and regular expressions.

28 Mar 2015 · 1 min read · nginxdevopssysadmin

Using map for upstream configuration on NGINX

Using NGINX's map directive simplifies upstream configurations by reducing redundant location blocks.

19 Feb 2014 · 2 min read · nginxluasysadmin

Caching range requests using NGINX at MaxCDN

Using Lua and ngx_lua, ranger normalizes byte-range requests for caching in NGINX.

2 Dec 2013 · 1 min read · nginxdevopssysadmin

NGINX dynamically configured mass virtual hosting

Configuring NGINX for dynamic mass virtual hosting using regular expressions in server_name directives.

29 Nov 2013 · 4 min read · nginxluadevops

NGINX passive cache invalidation

Implementing passive cache invalidation in NGINX using Lua and a shared dictionary queue.

26 Nov 2013 · 3 min read

NGINX syslog-ing without breaking the bank or patching the code

Configuring NGINX to log to syslog using a FIFO and syslog-ng.

← Newer Page 2 of 3 Older →