Latest update - 7355

This commit is contained in:
2018-09-22 01:04:12 +09:00
parent 208765973a
commit 1134c4cd6e
3 changed files with 41 additions and 37 deletions
+1 -9
View File
@@ -180,15 +180,7 @@ ngx_http_rewrite_handler(ngx_http_request_t *r)
code(e);
}
if (e->status < NGX_HTTP_BAD_REQUEST) {
return e->status;
}
if (r->err_status == 0) {
return e->status;
}
return r->err_status;
return e->status;
}