mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
docs: fix port number (#290)
The privileged ports in Unix systems go from 0 to 1023 inclusive.
This commit is contained in:
parent
87445126c0
commit
a46887aed5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue