Merge pull request #365 from geocine/nginx-charset-utf8

use utf8 charset on nginx
This commit is contained in:
Mahmoud Zalt 2016-10-14 14:31:56 -04:00 committed by GitHub
commit c4cd3ed2ac
1 changed files with 1 additions and 0 deletions

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;
}