From c9bbfc340bd88f9134f5bcef1448768c14546c67 Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 2 Apr 2026 20:50:03 +0200 Subject: Updated documentation. --- doc/snac.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/snac.8 b/doc/snac.8 index 262fc78..ef93d31 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -326,7 +326,7 @@ Overrides the default "mogrify" command name or path. Use this if the tool is no .It Ic ffmpeg_path Overrides the default "ffmpeg" command name or path. Use this if the tool is not in the system PATH or has a different name. .It Ic purge_static -If set to true, user static directories are purged; any file stored in these subdirectories (usually images or other media) that is not attached to any post or served as an emoji is deleted from the filesystem. Don't enable this option if any of your users are serving other files (like, e.g., CSS assets) this way. +If set to true, user static directories are purged; any file stored in these subdirectories (usually images or other media) that is not attached to any post, not used as avatar, header or favicon, and not served as an emoji, is deleted from the filesystem. Don't enable this option if any of your users are serving other files (like, e.g., CSS assets) this way. .El .Pp You must restart the server to make effective these changes. -- cgit