▲ | kstrauser 2 days ago | ||||||||||||||||||||||||||||||||||||||||||||||
I agree. That, and the sane defaults are almost always nearly perfect for me. Here is the entire configuration for a TLS-enabled HTTP/{1.1,2,3} static server:
That's the whole thing. Here's the setup of a WordPress site with all the above, plus PHP, plus compression:
You can tune and tweak all the million other options too, of course, but you don't have to for most common use cases. It Just Works more than any similarly complex server I've ever been responsible for. | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | pgug 2 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||||||||
I find the documentation for the syntax to be a bit lacking if you want to do anything that isn't very basic and how they want you to do it. For example, I want to use a wildcard certificate for my internal services to hide service names from certificate transparency logs, and I can't get the syntax working. Chatgpt and gemini also couldn't. | |||||||||||||||||||||||||||||||||||||||||||||||
|