Tag: caddy
-
TIL: Keeping your hair when upgrading Django 3.2 behind a Caddy server
This is a quick note to my future self, on how I recently got Caddy and Django to play nicely after an upgrade from Django 3.2 to a something newer, like 5.0. The problem After updating to Django 4.0, every request that sent data like a POST (the kind you use to login) was no…
-
TIL: Using Caddy with Django apps instead of Nginx
As mentioned before, I’ve been doing a bunch of work recently with Caddy, and a number of web apps. These are my notes for using Caddy, and why I think I prefer using it over nginx from now on. I also share a sample Caddyfile config for showing how to use it instead of nginx.