diff --git a/contrib/production.conf b/contrib/production.conf index 45f65aa..a639ea4 100644 --- a/contrib/production.conf +++ b/contrib/production.conf @@ -9,7 +9,7 @@ # Alternatively, see site/index.html in the source code. # -listen "localhost" "8008"; +listen "8008"; server-name "example.com"; chroot "/var/telodendria"; id "_telodendria" "_telodendria"; @@ -22,4 +22,4 @@ log "./telodendria.log" { color "true"; }; threads "4"; - +max-connections "32"; diff --git a/site/index.html b/site/index.html index 461de2f..ba201b5 100644 --- a/site/index.html +++ b/site/index.html @@ -278,9 +278,10 @@ every source tarball, and in the CVS repository.