Merge pull request #1133 from helsinki-systems/doc/config-format

doc: Document the file format of the config
This commit is contained in:
Graham Christensen 2022-01-21 20:49:18 -05:00 committed by GitHub
commit bb68b56f61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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