We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To better accommodate the directory structure of acquia, we are missing some folders.
Here is the logic suggested from Acquia. In our case, because this recipe defines the AH_SITE_ENVIRONMENT env variable, the logic is executed too,
AH_SITE_ENVIRONMENT
if (isset($_ENV['AH_SITE_ENVIRONMENT'])) { $settings['file_private_path'] = '/mnt/files/' . $_ENV['AH_SITE_GROUP'] . '.' . $_ENV['AH_SITE_ENVIRONMENT'] . '/' . $site_path . '/files-private'; } else { $settings['file_private_path'] = '{PATH}'; }
The structure available at acquia is defined here,
The directories from the links above are,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To better accommodate the directory structure of acquia, we are missing some folders.
Here is the logic suggested from Acquia. In our case, because this recipe defines the
AH_SITE_ENVIRONMENT
env variable, the logic is executed too,The structure available at acquia is defined here,
The directories from the links above are,
The text was updated successfully, but these errors were encountered: