view auto/nohave @ 6781:ca27074f8f0f

Proxy: support variables for proxy_method directive.
author Dmitry Lazurkin <dilaz03@gmail.com>
date Sun, 16 Oct 2016 18:24:01 +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