Stress-less web server with Caddy

Published on
1 mins read

Caddy is an open source web server written in Go. The beauty of this web server lies within the configuration itself.

Typically you need to write 100+ line of config in NGINX, to get some decent server running with best-practice configuration. But in Caddy, everything are just works out of the box and the configuration the you wrote are also very short, making config easy to read and maintain in the long run. It even comes with automatic HTTPS, so you don’t need to do manual Let’s Encrypt and pointing correct SSL file to the server anymore!

Untitled.jpg