add utf8 charset

This commit is contained in:
Ezri Zhu 2024-10-01 04:40:53 -04:00
parent bfc33bbc7e
commit 0cfc0983ab
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c

View file

@ -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";