Skip to content

Commit 8d3b135

Browse files
committed
Fix compatibility with nginx-1.3.2+.
Patch from Ruslan Ermilov. Change-Id: Ib0f668c9950ab2d499997d5fcc26396cdb9854b8 Signed-off-by: Piotr Sikora <[email protected]>
1 parent 6aee72a commit 8d3b135

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if [ "$HTTP_PROXY" = "YES" ]; then
2+
have=NGX_HTTP_PROXY . auto/have
3+
fi
4+
15
if [ "$HTTP_FASTCGI" = "YES" ]; then
26
have=NGX_HTTP_FASTCGI . auto/have
37
fi

0 commit comments

Comments
 (0)