diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-08-06 17:35:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-08-06 17:35:42 +0000 |
commit | f65d1dbac5619717cddddeea4ed06edbd90695ab (patch) | |
tree | c024ff59e6b851cce10ae6a1e3e0b8e7526ee0c6 /www/caddy/pkg-descr | |
parent | 126df74d0d470085ed87a5304737dbb6accb1d50 (diff) | |
download | ports-f65d1dbac5619717cddddeea4ed06edbd90695ab.tar.gz ports-f65d1dbac5619717cddddeea4ed06edbd90695ab.zip |
www/caddy: upgrade 1.0.4 -> 2.1.1
- previous version was deprecated by upstream
- submitter becomes maintainer
PR: 246623
Submitted by: daniel.tihanyi@tetragir.com
Reviewed by: basil.hendroff@gmail.com, dan@familybrown.org
Approved by: fabian.freyer@physik.tu-berlin.de (maintainer timeout)
Relnotes: https://caddyserver.com/v2
Notes
Notes:
svn path=/head/; revision=544283
Diffstat (limited to 'www/caddy/pkg-descr')
-rw-r--r-- | www/caddy/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/caddy/pkg-descr b/www/caddy/pkg-descr index 3f89e6c070b4..34db4a52e68c 100644 --- a/www/caddy/pkg-descr +++ b/www/caddy/pkg-descr @@ -1,3 +1,23 @@ Caddy is the HTTP/2 web server with automatic HTTPS. +Features: + +- Easy configuration with the Caddyfile +- Powerful configuration with its native JSON config +- Dynamic configuration with the JSON API +- Config adapters if you don't like JSON +- Automatic HTTPS by default + - Let's Encrypt for public sites + - Fully-managed local CA for internal names & IPs + - Can coordinate with other Caddy instances in a cluster +- Stays up when other servers go down due to TLS/OCSP/certificate-related + issues +- HTTP/1.1, HTTP/2, and experimental HTTP/3 support +- Highly extensible modular architecture lets Caddy do anything without bloat +- Runs anywhere with no external dependencies (not even libc) +- Written in Go, a language with higher memory safety guarantees than other + servers +- Actually fun to use +- So, so much more to discover + WWW: https://caddyserver.com/ |