]> Raphaƫl G. Git Repositories - ihttpd/blobdiff - SOURCES/ihttpd.conf
Add sufficient timeout
[ihttpd] / SOURCES / ihttpd.conf
index 02a62b2205b0121746f881df038315ab38ebb48a..2286c1eeb9251f7db6f0995d03463c64e88d47aa 100644 (file)
@@ -19,6 +19,9 @@ AddDefaultCharset UTF-8
 # Allow file send
 EnableSendfile on
 
+# Set timeout
+Timeout 600
+
 # Set document root
 DocumentRoot "/var/www/html"