using nginx load balance. how to change the http header attribute sort order?

Taixiang Shi ealpha at gmail.com
Sun Jan 31 08:41:24 MSK 2010


HI, all

   i'm  use nginx load balance.

   the response http header ,  The "Content-Length" is the last line on the
header , see the under :

HTTP/1.1 200 OK
Server: nginx/0.8.30
Date: Sun, 31 Jan 2010 04:20:08 GMT
Content-Type: text/html;charset=UTF-8
Connection: keep-alive
Content-Length: 46

   how to change the http header attribute sort order? like this ?

HTTP/1.1 200 OK
Server: nginx/0.8.30
Connection: keep-alive
Content-Length: 46
Date: Sun, 31 Jan 2010 04:20:08 GMT
Content-Type: text/html;charset=UTF-8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20100131/4e0c6dc2/attachment.html>


More information about the nginx mailing list