Logo Mind Drops
  • Home
  • About
  • Contact
"search terms"
exact-match
term1 | term2
term1 or term2
term1 * term2
term1 followed by term2
-term
exclude term
(search terms)
groups terms
ext:pdf
file type
  1. nginx + a backend with a dynamic IP (e.g. AWS ELB)

    Recently, I wrote about the dynamic resolution of upstream servers in nginx which was achieved by quite an intrusive patch to the core nginx module. The patch was invented a while ago and was working very well up until recent nginx versions were released.

    With the release of nginx 1 … read time 9 min.

    Offloaded on January 13 2017 into hacking and tagged with:
    • nginx
    • patch
  2. Dynamic resolution of upstream servers in nginx

    UPDATE: This approach was superseded by the proxying through systemd-socket-proxyd approach.

    Many of my clients are running application stacks consisting of nginx plus some kind of scripting engine behind it (be it PHP, Ruby, or something else).

    The architecture I designed for this kind of workload involves at least two … read time 1 min.

    Offloaded on September 20 2016 into hacking and tagged with:
    • nginx
    • patch
  • 1