view auto/have_headers @ 5546:f385349d584b

Proxy: fixed upstream search by proxy_pass with variables. If "proxy_pass" is specified with variables, the resulting hostname is looked up in the list of upstreams defined in configuration. The search was case-sensitive, as opposed to the case of "proxy_pass" specified without variables.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 30 Jan 2014 18:57:11 +0400
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END