summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-12-01 14:39:05 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-12-01 14:39:05 -0500
commit6ada051ea8544e0dc8cb0e16c3cfc5e7b3600bf1 (patch)
tree922a001fdafe87a7a79fa260f6ef561c2ef51895 /config
parent7136a993d405d2c94349fcf5f56f7a56c6dcd540 (diff)
fix
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index feeea77..55de558 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -26,7 +26,7 @@ in {
# Extra mime types.
types {
text/plain org;
- };
+ }
# This is a workaround to deal with closed connections on
# large downloads.
proxy_buffering off;