PHP/memory_limit: 128M
PHP/upload_max_filesize: 10M
PHP/post_max_size: 10M
- PHP/max_execution_time: '240'
\ No newline at end of file
+ PHP/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'
+
+# Do not use this key in an other location (customer)
+headers:
+ - 'set X-Frame-Options: sameorigin'
+ - 'set X-XSS-Protection: "1; mode=block"'
+ - 'set X-Content-Type-Options: nosniff'
\ No newline at end of file