Every single time I need nginx, I end up spending way too much time fiddling around with its configuration. If you’re like me, rejoice! Julia Evans built a lovely, helpful little tool called nginx playground.

Hello! On Wednesday I was talking to a friend about how it would be cool to have an nginx playground website where you can just paste in an nginx config and test it out. And then I realized it might actually be pretty easy to build, so got excited and started coding and I built it.

The playground is available here. Make sure you also read Julia’s introduction to the tool. In there, she recounts why and, more importantly, how she built it.