From f353d7b494fb410daf160e412130ec1678c7c77b Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 5 Feb 2025 19:11:48 +0100 Subject: [PATCH] configuration/common: Content-Type utf-8 everywhere --- configuration/common/web.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/common/web.nix b/configuration/common/web.nix index 3cc71a6..f98065f 100644 --- a/configuration/common/web.nix +++ b/configuration/common/web.nix @@ -10,6 +10,7 @@ commonHttpConfig = '' server_names_hash_bucket_size 64; + charset utf-8; types { text/plain nix; }