comparison src/http/modules/ngx_http_uwsgi_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
1433 conf->upstream.max_temp_file_size = 1433 conf->upstream.max_temp_file_size =
1434 conf->upstream.max_temp_file_size_conf; 1434 conf->upstream.max_temp_file_size_conf;
1435 } 1435 }
1436 1436
1437 if (conf->upstream.max_temp_file_size != 0 1437 if (conf->upstream.max_temp_file_size != 0
1438 && conf->upstream.max_temp_file_size < size) { 1438 && conf->upstream.max_temp_file_size < size)
1439 {
1439 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1440 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1440 "\"uwsgi_max_temp_file_size\" must be equal to zero to disable " 1441 "\"uwsgi_max_temp_file_size\" must be equal to zero to disable "
1441 "temporary files usage or must be equal to or greater than " 1442 "temporary files usage or must be equal to or greater than "
1442 "the maximum of the value of \"uwsgi_buffer_size\" and " 1443 "the maximum of the value of \"uwsgi_buffer_size\" and "
1443 "one of the \"uwsgi_buffers\""); 1444 "one of the \"uwsgi_buffers\"");