diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-20 16:48:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-20 16:48:59 +0000 |
commit | 0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970 (patch) | |
tree | 54a8e4a8fa1df4371d3e4b4cda5b171cd50460e4 /src/http/modules/proxy | |
parent | bb1ba3fa6d8e12074afeea8c27e29699e29fb04e (diff) | |
download | nginx-0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970.tar.gz nginx-0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970.zip |
nginx-0.0.2-2004-02-20-19:48:59 import
Diffstat (limited to 'src/http/modules/proxy')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 43eb5ef2d..62d05489d 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -65,7 +65,7 @@ typedef struct { int ignore_expires; int lm_factor; - int default_expires; + time_t default_expires; int next_upstream; int use_stale; |