Hello!
On Mon, Jun 1, 2015 at 9:01 PM, erankor wrote:
> I'm using nginx-headers-more to set a fixed last-modified header on the
> responses of my server.
> The problem I'm having is that when a request comes in with
> 'If-Unmodified-Since' nginx's ngx_http_not_modified_filter runs before
> headers more,
Correct.
> From what I'm seeing ngx_http_not_modified_filter_module is the last one in
> the modules list, therefore its postconfiguration function runs last,
> which places it first in the stack of filters.
Right.
> Not sure there's a fix for this that does not involve changing nginx code,
> but any ideas will be highly appreciated
>
Sadly no.
Regards,
-agentzh