aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/types/value
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/auto/types/value')
-rw-r--r--app/nginx/auto/types/value12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/nginx/auto/types/value b/app/nginx/auto/types/value
deleted file mode 100644
index ac88a39..0000000
--- a/app/nginx/auto/types/value
+++ /dev/null
@@ -1,12 +0,0 @@
-
-# Copyright (C) Igor Sysoev
-# Copyright (C) Nginx, Inc.
-
-
-cat << END >> $NGX_AUTO_CONFIG_H
-
-#ifndef $ngx_param
-#define $ngx_param $ngx_value
-#endif
-
-END