From 54346b61f91008c5098243b588f184ad92ad29c9 Mon Sep 17 00:00:00 2001 From: Yu Ping Date: Fri, 21 Feb 2020 22:36:20 +0800 Subject: initial version of VSAP Signed-off-by: Yu Ping Change-Id: I04d9150f0c7607ba20de9096b452476eff1622fc --- nginx/auto/types/value | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nginx/auto/types/value (limited to 'nginx/auto/types/value') diff --git a/nginx/auto/types/value b/nginx/auto/types/value new file mode 100644 index 0000000..ac88a39 --- /dev/null +++ b/nginx/auto/types/value @@ -0,0 +1,12 @@ + +# Copyright (C) Igor Sysoev +# Copyright (C) Nginx, Inc. + + +cat << END >> $NGX_AUTO_CONFIG_H + +#ifndef $ngx_param +#define $ngx_param $ngx_value +#endif + +END -- cgit 1.2.3-korg