comparison src/http/modules/ngx_http_scgi_module.c @ 5828:733952da0a8a

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Sep 2014 20:08:45 +0400
parents f3df4e420ae7
children 906530c9ffd2
comparison
equal deleted inserted replaced
5827:54e9b83d00f0 5828:733952da0a8a
1246 conf->upstream.max_temp_file_size = 1246 conf->upstream.max_temp_file_size =
1247 conf->upstream.max_temp_file_size_conf; 1247 conf->upstream.max_temp_file_size_conf;
1248 } 1248 }
1249 1249
1250 if (conf->upstream.max_temp_file_size != 0 1250 if (conf->upstream.max_temp_file_size != 0
1251 && conf->upstream.max_temp_file_size < size) { 1251 && conf->upstream.max_temp_file_size < size)
1252 {
1252 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1253 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1253 "\"scgi_max_temp_file_size\" must be equal to zero to disable " 1254 "\"scgi_max_temp_file_size\" must be equal to zero to disable "
1254 "temporary files usage or must be equal to or greater than " 1255 "temporary files usage or must be equal to or greater than "
1255 "the maximum of the value of \"scgi_buffer_size\" and " 1256 "the maximum of the value of \"scgi_buffer_size\" and "
1256 "one of the \"scgi_buffers\""); 1257 "one of the \"scgi_buffers\"");