Enable Trusted Host setting -drupal8


 */
  $settings['trusted_host_patterns'] = array(
   '^localhost$',
  );
 /* @endcode


Comments