view auto/define @ 6239:281863981d0b

Decreased the NGX_HTTP_MAX_SUBREQUESTS limit. There is no much sense in such a big value since its semantics has been changed in 06e850859a26 to limit recursive subrequests.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 31 Aug 2015 23:26:33 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

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

END