diff --git a/roles/php5-fpm/templates/php.ini.j2 b/roles/php5-fpm/templates/php.ini.j2 index 6a1ea6a..f3f087d 100644 --- a/roles/php5-fpm/templates/php.ini.j2 +++ b/roles/php5-fpm/templates/php.ini.j2 @@ -696,7 +696,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 ;