comparison 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
comparison
equal deleted inserted replaced
3636:446f611b0a79 3637:d656caa72ec9
109 109
110 if [ $HTTP_UWSGI = YES ]; then 110 if [ $HTTP_UWSGI = YES ]; then
111 echo " nginx http uwsgi temporary files: \"$NGX_HTTP_UWSGI_TEMP_PATH\"" 111 echo " nginx http uwsgi temporary files: \"$NGX_HTTP_UWSGI_TEMP_PATH\""
112 fi 112 fi
113 113
114 if [ $HTTP_SCGI = YES ]; then
115 echo " nginx http scgi temporary files: \"$NGX_HTTP_SCGI_TEMP_PATH\""
116 fi