Nginx upload size behavior

I recently encountered some behavior in nginx that struck me as odd. Nginx has long had a client_max_body_size setting which controls how large of a HTTP POST or file upload the server will accept by comparing to the Content-Length header specifically. Attemping to send a request larger than this results in a 413 Request Entity Too Large error from the server. But is this always the case?

Tags:

Finally SSL, courtesy of Let's Encrypt!

This blog - and some of my other sites - have finally been made secure, with some new SSL certs courtesy of Let's Encrypt.

Tags:

pfSense and ESXi setup on the OVH network

3 years late... The lost dpedu.io article is finally here!

I host my projects on a dedicated server rented from OVH and I'm a huge VMware fan. Since not all my virtual machines need internet-facing IPs an easy solution here is running a pfSense install as a NAT router, as a virtual machine. Unfortunately, doing this on OVH is best documented in various blog posts across the internet. So here's to another entry to the pile.

Tags:

1Password on Linux

I've been a long time user of 1Password, a password vault by AgileBits. However, it only supports OS X and Windows; which is a problem for linux desktop converts like myself.

Building a distributed / redundant data storage backbone - part 1 of 2

I'm not a fan of losing data, so I always have some sort of redundant storage at my disposable. Be it for backups, media storage, or even temp space, having a huge pool of "safe" storage is always a useful tool.

Tags:

The Pi-Rack

I recently (Finally!) acquired a low-end 3d printer and after a few practice prints I decided to put my new skills to the test. I wanted to create a Raspberry Pi case, but I thought that would be a little boring. So the idea I settled on was creating something akin to a blade server - an enclosure that takes care of power and lan distribution, that houses several Pis. Overkill? Absolutely!