Unverified Commit a9416999 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by GitHub

Merge pull request #1082 from nghttp2/nghttpx-increase-api-max-request-body

nghttpx: Increase api-max-request-body
parents 04348ff2 2056e812
......@@ -1602,7 +1602,7 @@ void fill_default_config(Config *config) {
}
auto &apiconf = config->api;
apiconf.max_request_body = 16_k;
apiconf.max_request_body = 32_m;
auto &dnsconf = config->dns;
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment