Yichun Zhang
Yichun Zhang
@onnimonni Will you contribute a patch for this?
@onnimonni You can check out the `.travis.yml` file in the repo for an example of setting up the development environment for htis module. Also, the following book chapter can also...
@SeanHayes ngx_srcache only honors your cache key in this case. And I think it's easier for you to just try it out yourself ;)
@AlexClineBB Thank you for the bug report! Just fixed in git master. Will you try it out on your side?
@chipitsine Yes, let's do it.
@bhargavtrivedi The ngx_replace_filter module clears the "Last-Modified" response header in its header filter because its body filter _may_ change the response (body), so the original "Last-Modifiled" response header _may_ become...
@bhargavtrivedi For the 1st option, I just implemented the replace_filter_last_modified directive in this module. See https://github.com/agentzh/replace-filter-nginx-module/#replace_filter_last_modified for the documentation. For the 2nd option, you can use ngx_lua module's `header_filter_by_lua` directive...
Hello! On Tue, Nov 19, 2013 at 11:09 PM, bhargavtrivedi wrote: > One more thing I would like to know, which of the below two option is better to use?...
Hello! On Sat, Nov 30, 2013 at 12:24 AM, bhargavtrivedi wrote: > If I use multiple replace_filter regex rules to modify response body, do you think it will increase response...
@maage Maybe we should update the upstream dynasm instead? We simply copied over the dynasm directory of the luajit-2.0 git repository BTW.