diff --git a/doc/manual/src/configuration.md b/doc/manual/src/configuration.md index f8d6aea3..e0a20d3c 100644 --- a/doc/manual/src/configuration.md +++ b/doc/manual/src/configuration.md @@ -4,6 +4,13 @@ Configuration This chapter is a collection of configuration snippets for different scenarios. +The configuration is parsed by `Config::General` which has [a pretty +thorough documentation on their file format](https://metacpan.org/pod/Config::General#CONFIG-FILE-FORMAT). +Hydra calls the parser with the following options: +- `-UseApacheInclude => 1` +- `-IncludeAgain => 1` +- `-IncludeRelative => 1` + Including files ---------------