diff --git a/configuration.rst b/configuration.rst
index 46a9506c058..8ab1d99dceb 100644
--- a/configuration.rst
+++ b/configuration.rst
@@ -88,11 +88,15 @@ configuration files, even if they use a different format:
# config/services.yaml
imports:
- { resource: 'legacy_config.php' }
- # ignore_errors silently discards errors if the loaded file doesn't exist
- - { resource: 'my_config_file.xml', ignore_errors: true }
+
# glob expressions are also supported to load multiple files
- { resource: '/etc/myapp/*.yaml' }
+ # ignore_errors: not_found silently discards errors if the loaded file doesn't exist
+ - { resource: 'my_config_file.xml', ignore_errors: not_found }
+ # ignore_errors: true silently discards all errors (including invalid code and not found)
+ - { resource: 'my_other_config_file.xml', ignore_errors: true }
+
# ...
.. code-block:: xml
@@ -108,10 +112,13 @@ configuration files, even if they use a different format:
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: