SSI not evaluated in memcache response
Maxim Dounin
mdounin at mdounin.ru
Wed Mar 10 02:40:15 MSK 2010
Hello!
On Tue, Mar 09, 2010 at 08:27:52PM +0100, Xavier Grangier wrote:
> I'm having trouble to have an SSI call beeing evaluated once cached in
> memecache.
[...]
> location / {
> ssi on;
> set $memcached_key $uri;#$urlmd5;
> default_type "text/html; charset=utf-8";
- default_type "text/html; charset=utf-8";
+ default_type text/html;
+ charset utf-8;
[...]
Maxim Dounin
More information about the nginx
mailing list