From d3f338ddab9ee24b376b5c9c51e202581e2d43ba Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 19 Feb 2018 22:24:07 -0700 Subject: [PATCH] Update for version 0.10.11 --- README.md | 32 ++++++++++++++++++-------------- dist/CHANGES.txt | 23 +++++++++++++++++++++++ dist/README.txt | 6 +++--- 3 files changed, 44 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d8e05ec30..3c171ec07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Caddy + Caddy

Every Site on HTTPS

Caddy is a general-purpose HTTP/2 web server that serves HTTPS by default.

@@ -21,7 +21,7 @@ --- -Caddy is fast, easy to use, and makes you more productive. +Caddy is a **production-ready** open-source web server that is fast, easy to use, and makes you more productive. Available for Windows, Mac, Linux, BSD, Solaris, and [Android](https://github.com/mholt/caddy/wiki/Running-Caddy-on-Android). @@ -41,31 +41,35 @@ Available for Windows, Mac, Linux, BSD, Solaris, and [Android](https://github.co - **Automatic HTTPS** on by default (via [Let's Encrypt](https://letsencrypt.org)) - **HTTP/2** by default - **Virtual hosting** so multiple sites just work -- Experimental **QUIC support** for those that like speed +- Experimental **QUIC support** for cutting-edge transmissions - TLS session ticket **key rotation** for more secure connections - **Extensible with plugins** because a convenient web server is a helpful one - **Runs anywhere** with **no external dependencies** (not even libc) -There's way more, too! [See all features built into Caddy.](https://caddyserver.com/features) On top of all those, Caddy does even more with plugins: choose which plugins you want at [download](https://caddyserver.com/download). +[See a more complete list of features built into Caddy.](https://caddyserver.com/features) On top of all those, Caddy does even more with plugins: choose which plugins you want at [download](https://caddyserver.com/download). + +Altogether, Caddy can do things other web servers simply cannot do. Its features and plugins save you time and mistakes, and will cheer you up. Your Caddy instance takes care of the details for you! ## Install -Caddy binaries have no dependencies and are available for every platform. Get Caddy any one of these ways: +Caddy binaries have no dependencies and are available for every platform. Get Caddy either of these ways: + +- **[Download page](https://caddyserver.com/download)** (RECOMMENDED) allows you to customize your build in the browser +- **[Latest release](https://github.com/mholt/caddy/releases/latest)** for pre-built, vanilla binaries -- **[Download page](https://caddyserver.com/download)** allows you to -customize your build in the browser -- **[Latest release](https://github.com/mholt/caddy/releases/latest)** for -pre-built, vanilla binaries ## Build + To build from source you need **[Git](https://git-scm.com/downloads)** and **[Go](https://golang.org/doc/install)** (1.9 or newer). Follow these instruction for fast building: -- Get source `go get github.com/mholt/caddy/caddy` and then run `go get github.com/caddyserver/builds` -- Now `cd` to `$GOPATH/src/github.com/mholt/caddy/caddy` and run `go run build.go` +- Get the source with `go get github.com/mholt/caddy/caddy` and then run `go get github.com/caddyserver/builds` +- Now `cd $GOPATH/src/github.com/mholt/caddy/caddy` and run `go run build.go` Then make sure the `caddy` binary is in your PATH. +To build for other platforms, use build.go with the `--goos` and `--goarch` flags. + ## Quick Start @@ -85,7 +89,7 @@ If the `caddy` binary has permission to bind to low ports and your domain name's caddy -host example.com ``` -This command serves static files from the current directory over HTTPS. Certificates are automatically obtained and renewed for you! +This command serves static files from the current directory over HTTPS. Certificates are automatically obtained and renewed for you! Caddy is also automatically configuring ports 80 and 443 for you, and redirecting HTTP to HTTPS. Cool, huh? ### Customizing your site @@ -115,7 +119,7 @@ To host multiple sites and do more with the Caddyfile, please see the [Caddyfile Sites with qualifying hostnames are served over [HTTPS by default](https://caddyserver.com/docs/automatic-https). -Caddy has a command line interface. Run `caddy -h` to view basic help or see the [CLI documentation](https://caddyserver.com/docs/cli) for details. +Caddy has a nice little command line interface. Run `caddy -h` to view basic help or see the [CLI documentation](https://caddyserver.com/docs/cli) for details. ## Running in Production @@ -158,6 +162,6 @@ We thank them for their services. **If you want to help keep Caddy free, please Caddy was born out of the need for a "batteries-included" web server that runs anywhere and doesn't have to take its configuration with it. Caddy took inspiration from [spark](https://github.com/rif/spark), [nginx](https://github.com/nginx/nginx), lighttpd, [Websocketd](https://github.com/joewalnes/websocketd) and [Vagrant](https://www.vagrantup.com/), which provides a pleasant mixture of features from each of them. -**The name "Caddy":** The name of the software is "Caddy", not "Caddy Server" or "CaddyServer". Please call it "Caddy" or, if you wish to clarify, "the Caddy web server". See [brand guidelines](https://caddyserver.com/brand). +**The name "Caddy" is trademarked:** The name of the software is "Caddy", not "Caddy Server" or "CaddyServer". Please call it "Caddy" or, if you wish to clarify, "the Caddy web server". See [brand guidelines](https://caddyserver.com/brand). Caddy is a registered trademark of Light Code Labs, LLC. *Author on Twitter: [@mholt6](https://twitter.com/mholt6)* diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt index bb805d6f9..79e9187db 100644 --- a/dist/CHANGES.txt +++ b/dist/CHANGES.txt @@ -1,5 +1,28 @@ CHANGES +0.10.11 (February 20, 2018) +- Built with Go 1.10 +- Reusable snippets for the Caddyfile +- Updated QUIC +- Auto-HTTPS certificates may be shared by multiple instances +- Expand globbed values in -conf flag +- Swap behavior of SIGTERM and SIGQUIT; ignore SIGHUP +- 9 new DNS provider plugins for the ACME DNS challenge +- New placeholder for {