Commit ffe45fed authored by Aivan Monceller's avatar Aivan Monceller

use utf8 charset on nginx

parent bd1f6ebd
...@@ -26,4 +26,5 @@ http { ...@@ -26,4 +26,5 @@ http {
include /etc/nginx/conf.d/*.conf; include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-available/*; include /etc/nginx/sites-available/*;
open_file_cache max=100; open_file_cache max=100;
charset UTF-8;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment