Fwd: Strange characters when transmitting JavaScript files

Igor Sysoev is at rambler-co.ru
Sat Jul 21 14:09:10 MSD 2007


On Fri, Jul 20, 2007 at 06:12:40PM -0000, Joey wrote:

> Jonathan wrote:
> > my suggestion is to make the backend serve only utf8.  you'll save
> > yourself a ton of headaches.
> Silly question, how would I do that with nginx?
> 
> Nginx is the only web server I'm running (IOW no backend Apache, etc.) we use.

location / {

   charset  utf-8;

   ...


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list