#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
Go to the source code of this file.
Macro Definition Documentation
#define NGX_HTTP_USERID_LOG 1 |
#define NGX_HTTP_USERID_MAX_EXPIRES 2145916555 |
#define NGX_HTTP_USERID_OFF 0 |
#define NGX_HTTP_USERID_ON 3 |
#define NGX_HTTP_USERID_V1 2 |
Variable Documentation
Initial value: {
&ngx_http_userid_filter_module_ctx,
ngx_http_userid_commands,
NULL,
NULL,
ngx_http_userid_init_worker,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 174 of file ngx_http_userid_filter_module.c.