Document module configuration directory

Added documentation for dbfwfilter and mentioned the new directory in the
release notes. The configuration guide also gives an example of how the
path parameters are resolved.
This commit is contained in:
Markus Mäkelä
2017-01-12 15:42:04 +02:00
parent 463b2fb468
commit 196d4ad840
3 changed files with 29 additions and 1 deletions

View File

@ -28,7 +28,10 @@ The database firewall filter has one mandatory parameter, `rules`.
#### `rules`
Absolute path to a file with the rule definitions in it. The file should be readable by the user MariaDB MaxScale is run with.
A path to a file with the rule definitions in it. The file should be readable by
the user MariaDB MaxScale is run with. If a relative path is given, the path is
interpreted relative to the module configuration directory. The default module
configuration directory is _/etc/maxscale.modules.d_.
#### `action`