Since commit 37182ce2f3 the module was not present in static builds because due to an invalid "ngx_module_type" the module was not added to objs/ngx_modules.c. This commit will fix the problem by setting the correct module type "HTTP_FILTER" [Link 1]. Link 1: https://www.nginx.com/resources/wiki/extending/new_config/#key-ngx_module_type Gentoo-Bug: https://bugs.gentoo.org/593450 Fixes: https://github.com/masterzen/nginx-upload-progress-module/issues/50tags/v0.9.3
|
||
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 3 |
|
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 | 6 |
|