Module ngx_http_charset_module
 The ngx_http_charset_module module adds the specified charset to the “Content-Type” response header field. In addition, the module can convert data from one charset to another, with some limitations: 
- conversion is performed one way — from server to client,
 - only single-byte charsets can be converted
 - or single-byte charsets to/from UTF-8.