You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the default settings account for additional domain names on environments.
Should we just remove these lines or just comment them out and maybe update them to something like: // $settings['trusted_host_patterns'][] = "^example.com";
The text was updated successfully, but these errors were encountered:
Do these lines do anything?
drupal-skeleton/docroot/sites/default/settings.acquia-custom.php
Lines 9 to 10 in 748b2ef
Because they reference the
AH_SITE_ENVIRONMENT
environment variable, they result in values like:devdev.prod.acquia-sites.com
anddevstg.prod.acquia-sites.com
proddev.prod.acquia-sites.com
andprodstgprod.acquia-sites.com
The trusted host patterns for each environment are set in the
/var/www/site-php...
includes:https://support-acquia.force.com/s/article/360037529873-How-is-the-trusted-host-patterns-configuration-set-on-Acquia-Cloud
I believe the default settings account for additional domain names on environments.
Should we just remove these lines or just comment them out and maybe update them to something like:
// $settings['trusted_host_patterns'][] = "^example.com";
The text was updated successfully, but these errors were encountered: