On Tuesday 13 March 2007, Gregg Reynolds wrote: > So I still have the question of what nginx does with the content-type > of a message coming from PHP. I'm guessing the problem is PHP is > serving up the wrong content type, and nginx just passes it along. Is > that accurate? php sets Content-Type: text/html by default "add_header Content-Type text/css" in right place should help