diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-03-10 15:39:01 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-03-10 15:39:01 +0300 |
| commit | 02b52e4c0b71b960ce426ef80fefa359e5e6b42e (patch) | |
| tree | eb36f3f05641ada335fc88ff4f04d6e75555010c /auto/modules | |
| parent | b7433b15fcdd97cc0d8b45407a4af1520663e54f (diff) | |
| parent | 0026dded46da04b6b4522c5887bed5fceb4eda11 (diff) | |
| download | nginx-02b52e4c0b71b960ce426ef80fefa359e5e6b42e.tar.gz nginx-02b52e4c0b71b960ce426ef80fefa359e5e6b42e.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index b3a697e71..5b0c2d689 100644 --- a/auto/modules +++ b/auto/modules @@ -1037,6 +1037,12 @@ if [ $MAIL != NO ]; then ngx_module_srcs=src/mail/ngx_mail_proxy_module.c . auto/module + + ngx_module_name=ngx_mail_realip_module + ngx_module_deps= + ngx_module_srcs=src/mail/ngx_mail_realip_module.c + + . auto/module fi |
