mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-20 20:48:59 +01:00
Update docs n things
This commit is contained in:
parent
1d47e590e5
commit
a2ba00bdc8
3 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://godoc.org/github.com/mholt/caddy) [](https://travis-ci.org/mholt/caddy) [](https://ci.appveyor.com/project/mholt/caddy)
|
[](https://godoc.org/github.com/mholt/caddy) [](https://travis-ci.org/mholt/caddy) [](https://ci.appveyor.com/project/mholt/caddy)
|
||||||
|
|
||||||
Caddy is a lightweight, general-purpose web server for Windows, Mac, Linux, BSD, and [Android](https://github.com/mholt/caddy/wiki/Running-Caddy-on-Android). It is a capable alternative to other popular and easy to use web servers.
|
Caddy is a lightweight, general-purpose web server for Windows, Mac, Linux, BSD, and [Android](https://github.com/mholt/caddy/wiki/Running-Caddy-on-Android). It is a capable alternative to other popular and easy to use web servers. ([@caddyserver](https://twitter.com/caddyserver) on Twitter)
|
||||||
|
|
||||||
The most notable features are HTTP/2, [Let's Encrypt](https://letsencrypt.org) support, Virtual Hosts, TLS + SNI, and easy configuration with a [Caddyfile](https://caddyserver.com/docs/caddyfile). In development, you usually put one Caddyfile with each site. In production, Caddy serves HTTPS by default and manages all cryptographic assets for you.
|
The most notable features are HTTP/2, [Let's Encrypt](https://letsencrypt.org) support, Virtual Hosts, TLS + SNI, and easy configuration with a [Caddyfile](https://caddyserver.com/docs/caddyfile). In development, you usually put one Caddyfile with each site. In production, Caddy serves HTTPS by default and manages all cryptographic assets for you.
|
||||||
|
|
||||||
|
|
1
dist/CHANGES.txt
vendored
1
dist/CHANGES.txt
vendored
|
@ -16,6 +16,7 @@ CHANGES
|
||||||
- browse: Render filenames with multiple whitespace properly
|
- browse: Render filenames with multiple whitespace properly
|
||||||
- markdown: Include Last-Modified header in response
|
- markdown: Include Last-Modified header in response
|
||||||
- markdown: Render tables, strikethrough, and fenced code blocks
|
- markdown: Render tables, strikethrough, and fenced code blocks
|
||||||
|
- proxy: Ability to exclude/ignore paths from proxying
|
||||||
- startup, shutdown: Better Windows support
|
- startup, shutdown: Better Windows support
|
||||||
- templates: Bug fix for .Host when port is absent
|
- templates: Bug fix for .Host when port is absent
|
||||||
- templates: Include Last-Modified header in response
|
- templates: Include Last-Modified header in response
|
||||||
|
|
1
dist/README.txt
vendored
1
dist/README.txt
vendored
|
@ -2,6 +2,7 @@ CADDY 0.8 beta 3
|
||||||
|
|
||||||
Website
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
@caddyserver
|
||||||
|
|
||||||
Source Code
|
Source Code
|
||||||
https://github.com/mholt/caddy
|
https://github.com/mholt/caddy
|
||||||
|
|
Loading…
Reference in a new issue