--- /dev/null
+---
+php::extensions:
+ gd: {}
+# xml: {}
+ opcache: {}
+ mysqlnd: {}
+# suhosin would be nice
+# suhosin:
+# settings:
+# suhosin.request.max_varname_length: 200
+# suhosin.post.max_name_length: 200
+# suhosin.get.max_name_length: 200
+# suhosin.get.max_value_length: 2000
+# suhosin.executor.include.whitelist: 'phar,vfs'
+
+# Do not use this key in an other location (customer)
+wordpress_project:
+ wordpress:
+ servername: wordpress-dummy
+
+# Do not use this key in an other location (customer)
+php_admin_value:
+ error_log: /var/log/php-fpm/%{php_fpm_pool_name}-error.log
+ memory_limit: 128M
+ upload_max_filesize: 20M
+ post_max_size: 20M
+ max_execution_time: '240'
+
+# Do not use this key in an other location (customer)
+directories:
+ - directory_docroot:
+ provider: 'directory'
+ path: "%{docroot}"
+ addhandlers:
+ - { handler: "proxy:%{unix_socket_path}|fcgi://./" , extensions: '.php' }
+ options:
+ - FollowSymLinks
+ - MultiViews
+ allow_override:
+ - All
+ directoryindex: 'index.php'