From: Philipp Dallig Date: Thu, 26 May 2016 17:33:58 +0000 (+0200) Subject: drupal values for new module X-Git-Tag: v0.1.0~4787 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ca1f0f8092957022d230001b54ea4cfa4b1d804a;p=pixelpark%2Fhiera.git drupal values for new module --- diff --git a/classes/site::profile::drupal.yaml b/classes/site::profile::drupal.yaml index 9ede99c7..181901e9 100644 --- a/classes/site::profile::drupal.yaml +++ b/classes/site::profile::drupal.yaml @@ -18,4 +18,24 @@ php_admin_value: 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