mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-30 23:53:48 +03:00
Minor change to readme/changes
This commit is contained in:
parent
1845e5cf52
commit
7323b14580
2 changed files with 8 additions and 1 deletions
|
@ -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
7
dist/CHANGES.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue