1# Filesystem23This module stores message bodies in a file system directory.45```6storage.blob.fs {7 root <directory>8}9```1011```12storage.blob.fs <directory>13```1415## Configuration directives1617### root _path_18Default: not set1920Path to the FS directory. Must be readable and writable by the server process.21If it does not exist - it will be created (parent directory should be writable22for this). Relative paths are interpreted relatively to server state directory.23