From 0d4eda498e0e91d849466f9f7ecf5e680966bd09 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 6 Feb 2017 14:41:15 +0100
Subject: [PATCH] ansible-inventories/alphabet#7 PHP config for project
 alphabet.com

---
 defaults/main.yml                  | 1 +
 templates/etc-php5-apache2-php.ini | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/defaults/main.yml b/defaults/main.yml
index 9133e1d..4f3739a 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -35,6 +35,7 @@ php_log_errors: 'On'
 php_magic_quotes_gpc: 'On'
 php_max_execution_time: '30'
 php_max_file_uploads: '20'
+php_max_input_time: '60'
 php_max_input_vars: '1000'
 php_memory_limit: '32M'
 php_needs_oci8: false
diff --git a/templates/etc-php5-apache2-php.ini b/templates/etc-php5-apache2-php.ini
index 2fff5f5..1558377 100644
--- a/templates/etc-php5-apache2-php.ini
+++ b/templates/etc-php5-apache2-php.ini
@@ -412,7 +412,7 @@ max_execution_time = {{ php_max_execution_time }}
 ; Development Value: 60 (60 seconds)
 ; Production Value: 60 (60 seconds)
 ; http://php.net/max-input-time
-max_input_time = 60
+max_input_time = {{ php_max_input_time }}
 
 ; Maximum input variable nesting level
 ; http://php.net/max-input-nesting-level
-- 
GitLab