view auto/define @ 4272:260d591cb6a3

Limit zone: added the "limit_conn_zone" directive. It supersedes old "limit_zone" directive (deprecated accordingly) and uses syntax consistent with the "limit_req_zone" directive.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 10 Nov 2011 16:25:08 +0000
parents 42d11f017717
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END