/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.tyil.nl
| | shibumi.dev
1.1 parsecs away

Travel
| | How to move your nginx webserver configuration to a more modern webserver called caddy. Caddy has several advantages like automated TLS
| | blog.notmyhostna.me
0.6 parsecs away

Travel
| | I recently moved from using a wildcard certificate to using a bunch of certificates from Let's Encrypt. I was a bit hesitant in the beginning because ...
| | blog.hackeriet.no
2.2 parsecs away

Travel
| | Let us go over the stack we use to power this blog and why it's both easy to use and fast for our visitors. The goal is to serve the blog as fast as possibl...
| | hjr265.me
10.3 parsecs away

Travel
| HTTP3 is here. Well, almost. If you are using NGINX, you can update to the mainline version and start using HTTP3 today experimentally. Installing NGINX Mainline As of writing this blog post, NGINX v1.24 is the latest stable version. But, HTTP3 is available in v1.25. On Ubuntu/Debian-esque servers, the easiest way to install the mainline NGINX version is to use NGINX's official repository. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 apt install curl gnupg2 ca-certificates lsb-release debian-archive-keyring # Import the official NGINX signing key.