Nested Nginx configuration for Docker stacks
Our Nginx config file uses our CustomConfig convention which means it uses the Liquid template language developed by Shopify and used by many websites. There are many good resources on
Read More »Our Nginx config file uses our CustomConfig convention which means it uses the Liquid template language developed by Shopify and used by many websites. There are many good resources on
Read More »In Supercharging NGINX with Lua (Part 2) we demonstrated how to run some basic Lua inline inside our nginx config and how to provide a custom (but simple) lua authorization
Read More »In Supercharging NGINX with Lua (Part 1) we demonstrated how to install NGINX with Lua support (via the OpenResty package). In this post I'll walk through some simple, but powerful
Read More »NGINX is a really really fantastic piece of software. It is supremely flexible and handles all kinds of traffic orchestration workloads. One place that NGINX has received commentary however is
Read More »So, you want to use a CDN to manage your static assets! An excellent idea, as CDNs offer multiple advantages: decreased response time, built-in analytics, and sometimes even DDoS mitigation.
Read More »