doc: Document the file format of the config

This commit is contained in:
Janne Heß 2022-01-21 20:42:10 +01:00
parent e351054f61
commit 56308dbb05
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -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
---------------