add utf8 charset
This commit is contained in:
parent
bfc33bbc7e
commit
0cfc0983ab
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue