summaryrefslogtreecommitdiff
path: root/config/web-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/web-server.nix')
-rw-r--r--config/web-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index 78750f7..2e0d56f 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -10,6 +10,7 @@
# This is a workaround to deal with closed connections on
# large downloads.
proxy_buffering off;
+ charset utf-8;
'';
virtualHosts = let template = {
enableACME = true;