Skip to content

Commit 31faf4c

Browse files
committed
support utf-8
Signed-off-by: gotti <18141824+gotti@users.noreply.github.com>
1 parent 7da04ca commit 31faf4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ events {
1313
http {
1414
include /etc/nginx/mime.types;
1515

16+
charset UTF-8;
17+
1618
default_type application/octet-stream;
1719
types {
1820
text/markdown md;

0 commit comments

Comments
 (0)