diff options
Diffstat (limited to 'doc/quickstart.html')
-rw-r--r-- | doc/quickstart.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quickstart.html b/doc/quickstart.html index 40586a9..f9627f5 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -49,7 +49,7 @@ in the <tt>/home/www/docs</tt> directory, and do the same with <tt>example.org</ <ul> <li> You need one long-running process per port you want tipidee to serve. If you want to serve HTTP on port 80 and HTTPS on port 443, then you'll need -two services. Or four if you want to serve on both IPv4 and IPv6 adresses. </li> +two services. Or four if you want to serve on both IPv4 and IPv6 addresses. </li> <li> Start these processes in the <tt>/home/www</tt> directory, the base for all the domains you're serving. </li> <li> Assuming you want to run the server as user <tt>www</tt>, and your |