ngx_http_scgi_module

This commit is contained in:
Igor Sysoev
2010-06-18 15:51:14 +00:00
parent 4115de9fe3
commit ee5f9e50b9
8 changed files with 1715 additions and 0 deletions

View File

@@ -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