You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/05/25 15:14:43 UTC

[incubator-apisix] branch master updated: bugfix(CLI): fixed garbled Chinese response in browser. (#1598)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aeac03  bugfix(CLI): fixed garbled Chinese response in browser.  (#1598)
5aeac03 is described below

commit 5aeac03821a0054c0817899a548c146d72396a11
Author: xxm404 <46...@users.noreply.github.com>
AuthorDate: Mon May 25 23:14:36 2020 +0800

    bugfix(CLI): fixed garbled Chinese response in browser.  (#1598)
    
    fix #1559
---
 bin/apisix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/apisix b/bin/apisix
index f2cee30..f066c8a 100755
--- a/bin/apisix
+++ b/bin/apisix
@@ -239,6 +239,7 @@ http {
     more_set_headers 'Server: APISIX web server';
 
     include mime.types;
+    charset utf-8;
 
     {% if real_ip_header then %}
     real_ip_header {* real_ip_header *};