$_responseData
$_responseData :
indexApi() : array
location /upload {
upload_pass /blog/upload;
upload_store /tmp/nginx_upload;
upload_store_access user:rw group:rw all:rw;
set $ngf 'rxwyun_102410_ngf';
upload_set_form_field $ngf.$upload_field_name[name] $upload_file_name; upload_set_form_field $ngf.$upload_field_name[content_type] $upload_content_type; upload_set_form_field $ngf.$upload_field_name[path] $upload_tmp_path;
upload_aggregate_form_field $ngf.$upload_field_name[md5] $upload_file_md5; upload_aggregate_form_field $ngf.$upload_field_name[size] $upload_file_size;
upload_pass_form_field "^.*$";
upload_limit_rate 0;
upload_cleanup 400 404 499 500-505;
upload_pass_args on; } location /blog/upload { proxy_pass http://127.0.0.1:86;
}