Home
last modified time | relevance | path

Searched refs:ngx_http_realip_module (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_realip_module.c101 ngx_module_t ngx_http_realip_module = { variable
144 rlcf = ngx_http_get_module_loc_conf(r, ngx_http_realip_module); in ngx_http_realip_handler()
284 ngx_http_set_ctx(r, ctx, ngx_http_realip_module); in ngx_http_realip_set_addr()
552 ctx = ngx_http_get_module_ctx(r, ngx_http_realip_module); in ngx_http_realip_get_module_ctx()
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules137 # ngx_http_realip_module
172 ngx_http_realip_module \
602 ngx_module_name=ngx_http_realip_module
605 ngx_module_srcs=src/http/modules/ngx_http_realip_module.c
H A Doptions449 --with-http_realip_module enable ngx_http_realip_module
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru914 ngx_http_realip_module.
916 *) Добавление: модуль ngx_http_realip_module теперь позволяет
1119 ngx_http_realip_module.
4997 *) Исправление: теперь модуль ngx_http_realip_module устанавливает адрес
6033 *) Исправление: модуль ngx_http_realip_module устанавливал мусор для
7230 *) Безопасность: если nginx был собран с модулем ngx_http_realip_module,
7232 аутентификации не работали. Модуль ngx_http_realip_module не
7328 *) Добавление: модуль ngx_http_realip_module.
H A DCHANGES900 ngx_http_realip_module.
902 *) Feature: the ngx_http_realip_module is now able to set the client
1100 ngx_http_realip_module.
4901 *) Bugfix: now the ngx_http_realip_module sets address not for whole
5910 *) Bugfix: the ngx_http_realip_module set garbage for requests passed
7102 *) Security: if nginx was built with the ngx_http_realip_module and the
7104 directives did not work. The ngx_http_realip_module was not built and
7200 *) Feature: the ngx_http_realip_module.