docs: fix port number (#290)

The privileged ports in Unix systems go from 0 to 1023 inclusive.
This commit is contained in:
sir fish 2023-01-13 15:16:20 +00:00 committed by GitHub
parent 87445126c0
commit a46887aed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ You will probably be asked for your password, because Caddy serves all sites --
For local HTTPS, Caddy automatically generates certificates and unique private keys for you. The root certificate is added to your system's trust store, which is why the password prompt is necessary. It allows you to develop locally over HTTPS without certificate errors.
</aside>
(If you get permission errors, you may need to run with elevated privileges or choose a port higher than 1024.)
(If you get permission errors, you may need to run with elevated privileges or choose a port higher than 1023.)
Either open your browser to [localhost](http://localhost) or `curl` it: