Changes between Version 1 and Version 2 of Ticket #1589, comment 3


Ignore:
Timestamp:
07/04/18 03:00:49 (6 years ago)
Author:
cjhust@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1589, comment 3

    v1 v2  
    66the reason is that ngx_http_realip_handler is setted in POST_READ and PREACCESS phase.
    77if POST_READ phase meeting the conditions takes effect, it will call ngx_http_set_ctx(r, ctx, ngx_http_realip_module).
    8 so that PREACCESS phase will skip.
     8so that PREACCESS phase of the realip module will skip.
    99
    1010