diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/summary | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary index b1b1de860..a7244a183 100644 --- 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 |
