citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 70381f739485c0ee9dfb1d530bfde320ee595411
parent c7a035197733104bbf710e50780055e2cae88fda
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 25 May 2021 08:02:06 -0700

nginx: utf8

Diffstat:
Mnix-config/machines/charon/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nix-config/machines/charon/default.nix b/nix-config/machines/charon/default.nix @@ -484,6 +484,7 @@ in location / { gzip on; gzip_types application/json; + charset utf-8; try_files $uri $uri/ =404; }