From b632411b61d0fbc9df0e89e32ff5a34f4a48d894 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 21 Aug 2022 12:37:26 -0400 Subject: [PATCH] Apply #30 --- contrib/production.conf | 4 ++-- site/index.html | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) 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.