use utf8 charset on nginx
This commit is contained in:
parent
bd1f6ebd8a
commit
ffe45fed50
|
@ -26,4 +26,5 @@ http {
|
|||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-available/*;
|
||||
open_file_cache max=100;
|
||||
charset UTF-8;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue