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" = {
|
services.nginx.virtualHosts."stella.wolfgirl.systems" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
extraConfig = ''
|
||||||
|
charset utf-8;
|
||||||
|
'';
|
||||||
locations."~ \"^/~(.+?)(/.*)?$\"" = {
|
locations."~ \"^/~(.+?)(/.*)?$\"" = {
|
||||||
alias = "/home/$1/public_html$2";
|
alias = "/home/$1/public_html$2";
|
||||||
index = "index.html";
|
index = "index.html";
|
||||||
|
|
Loading…
Reference in a new issue