From a46887aed51a23ca143dc59fc7336d7f2a7e88e2 Mon Sep 17 00:00:00 2001 From: sir fish Date: Fri, 13 Jan 2023 15:16:20 +0000 Subject: [PATCH] docs: fix port number (#290) The privileged ports in Unix systems go from 0 to 1023 inclusive. --- src/docs/markdown/quick-starts/caddyfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/quick-starts/caddyfile.md b/src/docs/markdown/quick-starts/caddyfile.md index d881fbd..f9b1c08 100644 --- a/src/docs/markdown/quick-starts/caddyfile.md +++ b/src/docs/markdown/quick-starts/caddyfile.md @@ -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. -(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: