diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/web-server.nix | 2 |
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; |