|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Data Structures | |
| struct | ngx_http_gzip_static_conf_t |
Macros | |
| #define | NGX_HTTP_GZIP_STATIC_OFF 0 |
| #define | NGX_HTTP_GZIP_STATIC_ON 1 |
| #define | NGX_HTTP_GZIP_STATIC_ALWAYS 2 |
Variables | |
| ngx_http_module_t | ngx_http_gzip_static_module_ctx |
| ngx_module_t | ngx_http_gzip_static_module |
| #define NGX_HTTP_GZIP_STATIC_ALWAYS 2 |
Definition at line 15 of file ngx_http_gzip_static_module.c.
| #define NGX_HTTP_GZIP_STATIC_OFF 0 |
Definition at line 13 of file ngx_http_gzip_static_module.c.
| #define NGX_HTTP_GZIP_STATIC_ON 1 |
Definition at line 14 of file ngx_http_gzip_static_module.c.
| ngx_module_t ngx_http_gzip_static_module |
Definition at line 66 of file ngx_http_gzip_static_module.c.
| ngx_http_module_t ngx_http_gzip_static_module_ctx |
Definition at line 51 of file ngx_http_gzip_static_module.c.
1.8.1.2