From 5b7e44bb3973fdb501d92243a77a07a570d31188 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 25 Jan 2017 13:22:06 +0100 Subject: [PATCH] ansible-roles/piwik#2 Improve piwik configuration --- templates/etc-php5-apache2-php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc-php5-apache2-php.ini b/templates/etc-php5-apache2-php.ini index 48afb63..2fff5f5 100644 --- a/templates/etc-php5-apache2-php.ini +++ b/templates/etc-php5-apache2-php.ini @@ -716,7 +716,7 @@ default_mimetype = "text/html" ; to disable this feature. If post reading is disabled through ; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated. ; http://php.net/always-populate-raw-post-data -;always_populate_raw_post_data = On +always_populate_raw_post_data = -1 ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; -- GitLab