diff --git a/sites/default/settings.pantheon.php b/sites/default/settings.pantheon.php index 4145a3656..04d12ca49 100644 --- a/sites/default/settings.pantheon.php +++ b/sites/default/settings.pantheon.php @@ -4,14 +4,22 @@ * @file * Pantheon configuration file. * - * IMPORTANT NOTE: + * IMPORTANT NOTE: * Do not modify this file. This file is maintained by Pantheon. * * Site-specific modifications belong in settings.php, not this file. This file - * may change in future releases and modifications would cause conflicts when + * may change in future releases and modifications would cause conflicts when * attempting to apply upstream updates. */ +/** + * Set the default location for the 'private' directory. Note + * that this location is protected when running on the Pantheon + * environment, but may be exposed if you migrate your site to + * another environment. + */ +$settings['file_private_path'] = 'sites/default/files/private'; + // Check to see if we are serving an installer page. $is_installer_url = (strpos($_SERVER['SCRIPT_NAME'], '/core/install.php') === 0);