utf 8 nginx

This commit is contained in:
Elizabeth Hunt 2024-01-12 23:22:55 -07:00
parent 4a123b6f4a
commit 7802509473
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ events {
}
http {
charset utf-8;
sendfile on;
tcp_nopush on;
tcp_nodelay on;

View File

@ -9,6 +9,7 @@ events {
}
http {
charset utf-8;
sendfile on;
tcp_nopush on;
tcp_nodelay on;