From a5c6a36466f6dd65e91aaa56e9b3818bd968b490 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 13 Jun 2013 02:31:35 +0200 Subject: [PATCH] apache-httpd/zabbix: Set max_input_time. At least the Zabbix 2.x web installer requires max_input_time to be set to 300 seconds. As it doesn't hurt to set it for the 1.x versions, I'm including it here. Signed-off-by: aszlig --- modules/services/web-servers/apache-httpd/zabbix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/web-servers/apache-httpd/zabbix.nix b/modules/services/web-servers/apache-httpd/zabbix.nix index b485279b3710..a6e6042fdf6d 100644 --- a/modules/services/web-servers/apache-httpd/zabbix.nix +++ b/modules/services/web-servers/apache-httpd/zabbix.nix @@ -28,6 +28,7 @@ in '' post_max_size = 32M max_execution_time = 300 + max_input_time = 300 ''; extraConfig = ''