diff auto/summary @ 3637:d656caa72ec9

ngx_http_scgi_module
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2010 15:51:14 +0000
parents 77188d729402
children 4d47a0658e7d
line wrap: on
line diff
--- a/auto/summary
+++ b/auto/summary
@@ -111,3 +111,6 @@ if [ $HTTP_UWSGI = YES ]; then
     echo "  nginx http uwsgi temporary files: \"$NGX_HTTP_UWSGI_TEMP_PATH\""
 fi
 
+if [ $HTTP_SCGI = YES ]; then
+    echo "  nginx http scgi temporary files: \"$NGX_HTTP_SCGI_TEMP_PATH\""
+fi