view auto/nohave @ 6706:829468da49d6

Stream: style. Explicitly initialized peer's max_conns for upstreams created with variables similar to how it's done in http.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 29 Sep 2016 12:59:13 +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  0
#endif

END