Tag: servers
-
TIL: Using consul-template to test local rendering of template files before using them in Nomad jobs
I’ve been using Nomad for a while, as an alternative scheduler to Kubernetes. It’s good, and I generally think I’m in good company when using it. I learned a handy trick with consul-template today and I think it’s useful enough to share here for others, and my future self.
-
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.