Comparing
#35 with
#36
Revision #36 was created by
Mike on Apr 26, 2013, 9:13:39 AM.
Fix nginx configuration
Content
[...]
~~~
AddDefaultCharset UTF-8
~~~
### nNginx
The right `Content-Type` header is set with this directive:[...]
~~~
server {
charset utfUTF-8;
...
}
~~~
### PHP alternative[...]