diff options
author | Matthew Holt <[email protected]> | 2016-07-18 14:32:12 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2016-07-18 14:32:28 -0600 |
commit | aede4ccbce94bcb67161674e30dd1bfa7296448c (patch) | |
tree | bf1ae3aab5482da6cc6deff9ac84231e8832d5ed /README.md | |
parent | 9315738dabc72f056df7e7f80ea44c3d5d44b75b (diff) | |
download | caddy-aede4ccbce94bcb67161674e30dd1bfa7296448c.tar.gz caddy-aede4ccbce94bcb67161674e30dd1bfa7296448c.zip |
Small changes; mostly comments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ Wow! Caddy can do a lot with just a few lines. To host multiple sites and do more with the Caddyfile, please see the [Caddyfile documentation](https://caddyserver.com/docs/caddyfile). -Note that production sites (not localhost) are served over +Note that production sites 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 |