use utf8 charset on nginx

This commit is contained in:
Aivan Monceller 2016-10-15 01:01:26 +08:00
parent bd1f6ebd8a
commit ffe45fed50

View File

@ -26,4 +26,5 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-available/*;
open_file_cache max=100;
charset UTF-8;
}