Procházet zdrojové kódy

use utf8 charset on nginx

Aivan Monceller před 8 roky
rodič
revize
ffe45fed50
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;
 }