We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aee72a commit 8d3b135Copy full SHA for 8d3b135
config
@@ -1,3 +1,7 @@
1
+if [ "$HTTP_PROXY" = "YES" ]; then
2
+ have=NGX_HTTP_PROXY . auto/have
3
+fi
4
+
5
if [ "$HTTP_FASTCGI" = "YES" ]; then
6
have=NGX_HTTP_FASTCGI . auto/have
7
fi
0 commit comments