TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Handy Nginx configuration templates

8 pointsby timgwsabout 9 years ago

1 comment

availabout 9 years ago
Caddy [1] could also be used. It is a server coded in Go, and is made for everyone (tech savvy or not). The configuration is really simple, and something that took ~100 lines to configure with nginx (let&#x27;s say a proxy vhost), would only take ~5 with Caddy. Oh, it also uses HTTP&#x2F;2 by default (if the user&#x27;s browser supports it) and generates letsencrypt certificates automatically.<p>[1] <a href="https:&#x2F;&#x2F;caddyserver.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caddyserver.com&#x2F;</a>