nginx
April 13, 2018
I’ve been working with one of my clients the last month on migrating his iron-
based architecture to a cloud-based provider. In this transition, we are going
from one or two physical servers to multiple cloud servers and separating out
parts to better scale each individual service.
As part of this, we are moving a significant library of images and videos away
from being served off the same web server as the application and to a server
tuned to handle requests for these static assets. The problem is that a lot of
these assets (the videos and full-size images) are for paying members only. We
need a way to secure those resources across physical servers.
Read More