]> Raphaël G. Git Repositories - ihttpd/commitdiff
Add sufficient timeout
authorRaphaël Gertz <git@rapsys.eu>
Sun, 19 Jun 2016 04:33:29 +0000 (06:33 +0200)
committerRaphaël Gertz <rapsys@rapsys.eu>
Sun, 19 Jun 2016 04:33:29 +0000 (06:33 +0200)
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"