Page MenuHomePhabricator

Add directive to allow including all config files in a given directory
Open, Needs TriagePublic

Description

It would be useful to be able to specify a directory containing config files that should all be included. For example, this would allow a sysadmin to add a new extension to a wiki farm by adding a file to a config directory with the snippet containing the directives for loading that extension. There would be some performance penalty for having to scan the directory, so high performance environments could choose not to use the directive.