From f0d564bb8fa08ec919c83f55a51ec443344b7801 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 19 Jun 2016 06:33:29 +0200 Subject: [PATCH] Add sufficient timeout --- SOURCES/ihttpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SOURCES/ihttpd.conf b/SOURCES/ihttpd.conf index 02a62b2..2286c1e 100644 --- a/SOURCES/ihttpd.conf +++ b/SOURCES/ihttpd.conf @@ -19,6 +19,9 @@ AddDefaultCharset UTF-8 # Allow file send EnableSendfile on +# Set timeout +Timeout 600 + # Set document root DocumentRoot "/var/www/html" -- 2.41.0