Parcourir la source

use utf8 charset on nginx

Aivan Monceller il y a 8 ans
Parent
commit
ffe45fed50
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
 }