Hi,
I’m wondering how this can be done:
I’d like to take advantage of the Nginx cache, but some part of the html
content is depending on the value of a cookie, for example, the name of
the current logged in user. e.g.
Hello, $user
The html originates from an up stream and is cached.
I’m wondering if there is mechanism to allow me to plug in a processor
and manipulate the content prior to sending out.
Thanks!
Bing
Hello!
On Sat, Oct 31, 2009 at 02:41:03PM +0800, 冉兵 wrote:
The html originates from an up stream and is cached.
I’m wondering if there is mechanism to allow me to plug in a processor and manipulate the content prior to sending out.
http://wiki.nginx.org/NginxHttpSsiModule
Maxim D.
Thanks Maxim.
Does this module work well with Nginx cache?
From: “Maxim D.” [email protected]
Sent: Saturday, October 31, 2009 8:02 PM
To: [email protected]
Subject: Re: cache post-processor