Changeset 88f48a


Ignore:
Timestamp:
02/19/08 19:52:05 (4 years ago)
Author:
Tomash Brechko <tomash.brechko@…>
Branches:
master-v0.7, gunzip, master-v0.6, memcached_gzip, upstream_count_limit
Children:
21b759, 56389f
Parents:
95d817
git-author:
Tomash Brechko <tomash.brechko@…> (02/19/08 19:52:05)
git-committer:
Tomash Brechko <tomash.brechko@…> (02/19/08 19:52:05)
Message:

Allow gunzip directive inside location-if block.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/src/http/ngx_http_core_module.c

    r233310 r88f48a  
    539539 
    540540    { ngx_string("gunzip"), 
    541       NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, 
     541      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF 
     542                        |NGX_CONF_FLAG, 
    542543      ngx_conf_set_flag_slot, 
    543544      NGX_HTTP_LOC_CONF_OFFSET, 
Note: See TracChangeset for help on using the changeset viewer.