Issue #3175428 by tunic, kishor_kolekar, ranjith_kumar_k_u: Add link to "Trusted host settings" in default.settings.php
(cherry picked from commit 648e58d053
)
merge-requests/1608/head
parent
f7c9202be9
commit
781ba3a616
|
@ -703,6 +703,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
|
||||||
* @endcode
|
* @endcode
|
||||||
* will allow the site to run off of all variants of example.com and
|
* will allow the site to run off of all variants of example.com and
|
||||||
* example.org, with all subdomains included.
|
* example.org, with all subdomains included.
|
||||||
|
*
|
||||||
|
* @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -703,6 +703,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
|
||||||
* @endcode
|
* @endcode
|
||||||
* will allow the site to run off of all variants of example.com and
|
* will allow the site to run off of all variants of example.com and
|
||||||
* example.org, with all subdomains included.
|
* example.org, with all subdomains included.
|
||||||
|
*
|
||||||
|
* @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue