summaryrefslogtreecommitdiffstatshomepage
path: root/sites
diff options
context:
space:
mode:
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index d4ba8a91829a..a1b3eba99ca5 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -602,6 +602,18 @@ $settings['update_free_access'] = FALSE;
# $settings['file_temp_path'] = '/tmp';
/**
+ * Automatically create an Apache HTTP .htaccess file in writable directories.
+ *
+ * This setting can be disabled if you are not using Apache HTTP server, or if
+ * you have a web server configuration that protects the various writable file
+ * directories.
+ *
+ * @see \Drupal\Component\FileSecurity\FileSecurity::writeHtaccess()
+ * @see https://www.drupal.org/docs/administering-a-drupal-site/security-in-drupal/securing-file-permissions-and-ownership
+ */
+# $settings['auto_create_htaccess'] = FALSE;
+
+/**
* Session write interval:
*
* Set the minimum interval between each session write to database.