TIL that my reverse-proxy NGINX config is done wrong. I’m using a “hardened” container and volume-mounting over the whole /etc/nginx tree. It’s worked totally fine as a reverse proxy for years, but we now want it to serve a landing page and prettier, more informative 502s… turns out you kinda need mime.types for that…
#nginx #sysadmin
Also, CSS has come along pretty nicely since the early aughts, huh? `light-dark()` for responsive color theming, damn.
#css #html