summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfhost.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fhost.py b/fhost.py
index f82d637..2814a96 100755
--- a/fhost.py
+++ b/fhost.py
@@ -51,6 +51,7 @@ app.config["FHOST_EXT_OVERRIDE"] = {
"video/webm" : ".webm",
"video/x-matroska" : ".mkv",
"application/octet-stream" : ".bin",
+ "text/plain" : ".log",
"text/plain" : ".txt",
"text/x-diff" : ".diff",
}