summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index 1a09d88..feeea77 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -23,6 +23,10 @@ in {
};
recommendedProxySettings = true;
appendHttpConfig = ''
+ # Extra mime types.
+ types {
+ text/plain org;
+ };
# This is a workaround to deal with closed connections on
# large downloads.
proxy_buffering off;