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