diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2025-07-15 15:03:39 +0000 |
|---|---|---|
| committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2025-12-08 07:49:16 +0400 |
| commit | 90a4fc793527b67678fd48b2692be09f30d8ffcf (patch) | |
| tree | 8020ebacf76f581331db364336f7039b30b7d3a1 /auto | |
| parent | b8492d9c25c34c87419d2ad118fa812fd72da27c (diff) | |
| download | nginx-90a4fc793527b67678fd48b2692be09f30d8ffcf.tar.gz nginx-90a4fc793527b67678fd48b2692be09f30d8ffcf.tar.bz2 | |
Proxy: refactored for HTTP/2 support.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index 38b3aba78..8989212b8 100644 --- a/auto/modules +++ b/auto/modules @@ -729,7 +729,7 @@ if [ $HTTP = YES ]; then ngx_module_name=ngx_http_proxy_module ngx_module_incs= - ngx_module_deps= + ngx_module_deps=src/http/modules/ngx_http_proxy_module.h ngx_module_srcs=src/http/modules/ngx_http_proxy_module.c ngx_module_libs= ngx_module_link=$HTTP_PROXY |
