Browse Source

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

use utf8 charset on nginx
Mahmoud Zalt 8 years ago
parent
commit
c4cd3ed2ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nginx/nginx.conf

+ 1 - 0
nginx/nginx.conf

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