]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
drupal values for new module
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 26 May 2016 17:33:58 +0000 (19:33 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 26 May 2016 17:33:58 +0000 (19:33 +0200)
classes/site::profile::drupal.yaml

index 9ede99c780a1eed5c53d62e01ecdd7575d40fad3..181901e913c246dff48e1e6048b8a2c6da4c0a0e 100644 (file)
@@ -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