├── config ├── ngx_http_mtask_module.c ├── ngx_http_mtask_module.h └── upstream ├── config └── ngx_http_mtask_upstream_module.c /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-mtask-module/HEAD/config -------------------------------------------------------------------------------- /ngx_http_mtask_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-mtask-module/HEAD/ngx_http_mtask_module.c -------------------------------------------------------------------------------- /ngx_http_mtask_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-mtask-module/HEAD/ngx_http_mtask_module.h -------------------------------------------------------------------------------- /upstream/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-mtask-module/HEAD/upstream/config -------------------------------------------------------------------------------- /upstream/ngx_http_mtask_upstream_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arut/nginx-mtask-module/HEAD/upstream/ngx_http_mtask_upstream_module.c --------------------------------------------------------------------------------