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:
@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user