Changes between Version 1 and Version 2 of Ticket #1589, comment 3
- Timestamp:
- 07/04/18 03:00:49 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1589, comment 3
v1 v2 6 6 the reason is that ngx_http_realip_handler is setted in POST_READ and PREACCESS phase. 7 7 if 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.8 so that PREACCESS phase of the realip module will skip. 9 9 10 10