From 4809bb40ea1df64477bcedc3e1f2ea702a3d89e3 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Sun, 28 Jan 2024 11:36:12 +0100 Subject: [PATCH] doc: add documentation for the file-upload key Signed-off-by: Moritz Poldrack --- doc/soju.1.scd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index f09b7d6..5c96557 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -153,6 +153,13 @@ The following directives are supported: (_log_ is a deprecated alias for this directive.) +*file-upload* [source] + Set the database location for uploaded files. + + Supported drivers: + + - _fs_ stores uploaded files on disk. _source_ is required. + *http-origin* List of allowed HTTP origins for WebSocket listeners. The parameters are interpreted as shell patterns, see *glob*(7).