diff options
| -rw-r--r-- | selfhosting.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/selfhosting.html b/selfhosting.html index 43084d7..92a6bf4 100644 --- a/selfhosting.html +++ b/selfhosting.html @@ -65,8 +65,9 @@ While installing, do not install any desktop environment, but do install the SSH HTTP: port 80 (open this port if you want basic webserver functionality) </li> <li> - HTTPS: port 443 (you should open this port if you are setting up a webserver) + HTTPS: port 443 (you should open this port if you are setting up a webserver because encryption) </li> + </ul> <h3>Static or dynamic IP address</h3> |
