Minor change to readme/changes

This commit is contained in:
Matthew Holt 2017-05-19 15:25:16 -06:00
parent 1845e5cf52
commit 7323b14580
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 8 additions and 1 deletions

View file

@ -123,6 +123,8 @@ The Caddy project does not officially maintain any system-specific integrations
How you choose to run Caddy is up to you. Many users are satisfied with `nohup caddy &`. Others use `screen`. Users who need Caddy to come back up after reboots either do so in the script that caused the reboot, add a command to an init script, or configure a service with their OS.
If you have questions or concerns about Caddy' underlying crypto implementations, consult Go's [crypto packages](https://golang.org/pkg/crypto), starting with their documentation, then issues, then the code itself; as Caddy uses mainly those libraries.
## Contributing

7
dist/CHANGES.txt vendored
View file

@ -1,8 +1,13 @@
CHANGES
0.10.3 (May 19, 2017)
- Several minor changes and bug fixes; see commit log for details
- Replace 'maxrequestbody' directive with 'limits' directive
- proxy: Configurable port for health check
- proxy: New load balance policy: uri_hash
- templates: Renamed .Push context action to .AddLink
- tls: Allow narrower certificate renewal window at startup (#1680)
- tls: Prefer ChaCha20 if hardware does not have AES-NI
0.10.2 (May 2, 2017)
- Hot fix for rule paths of "/" so that they match every request