1 message in ru.sysoev.nginxAppending unique data to files before...
FromSent OnAttachments
Benjamin JacksonAug 29, 2008 12:31 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Appending unique data to files before outputActions...
From:Benjamin Jackson (bhja@public.gmane.org)
Date:Aug 29, 2008 12:31:41 pm
List:ru.sysoev.nginx

I'm working on a site which uses a quick digital watermark which is added before download. Ideally this might be added by nginx while transferring the files to avoid tying up the mongrels. It seems that http_addition_module does not allow for dynamically added content (say from a query string match in the location). Any idea if what I'm requesting is possible? Thanks,

Ben