openresty / srcache-nginx-module

Transparent subrequest-based caching layout for arbitrary nginx locations.
http://wiki.nginx.org/NginxHttpSRCacheModule
476 stars 105 forks source link

Convert a config file to build a dynamic module #43

Closed hnakamur closed 8 years ago

hnakamur commented 8 years ago

Please refer to Converting Static Modules to Dynamic Modules | NGINX for dynamic modules.

agentzh commented 8 years ago

@hnakamur Thanks for the patches. I'll look into them soon :)

agentzh commented 8 years ago

@hnakamur I'd like to hold this off since this module has severe compatibility issues with NGINX 1.9.11 and the test suite is failing horribly even with static module mode.

agentzh commented 8 years ago

@hnakamur I've merged a modified version of your patch to git master. Thanks for your contribution!

hnakamur commented 8 years ago

Thanks!