diff --git a/hosts/stella-web.nix b/hosts/stella-web.nix index ad6d52c..1dd6572 100644 --- a/hosts/stella-web.nix +++ b/hosts/stella-web.nix @@ -4,6 +4,9 @@ services.nginx.virtualHosts."stella.wolfgirl.systems" = { forceSSL = true; enableACME = true; + extraConfig = '' + charset utf-8; + ''; locations."~ \"^/~(.+?)(/.*)?$\"" = { alias = "/home/$1/public_html$2"; index = "index.html";