Jelajahi Sumber

use utf8 charset on nginx

Aivan Monceller 8 tahun lalu
induk
melakukan
ffe45fed50
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;
 }