Ver Fonte

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

use utf8 charset on nginx
Mahmoud Zalt há 8 anos atrás
pai
commit
c4cd3ed2ac
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
 }