Skip to content

Commit 334d1e9

Browse files
committed
allow utf-8 characters to be served in nginx (also add speeches)
1 parent b981234 commit 334d1e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ server {
3535

3636
# any other matching path
3737
location / {
38+
charset utf-8;
3839
try_files $uri $uri/ $uri/index.html =404;
3940
}
4041
}

0 commit comments

Comments
 (0)