From 56308dbb059d00a6eaf3783794ae1ff44c3d5408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Fri, 21 Jan 2022 20:42:10 +0100 Subject: [PATCH] doc: Document the file format of the config --- doc/manual/src/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 ---------------