Merge pull request #1082 from nghttp2/nghttpx-increase-api-max-request-body
nghttpx: Increase api-max-request-body
This commit is contained in:
commit
a941699962
|
@ -1602,7 +1602,7 @@ void fill_default_config(Config *config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
auto &apiconf = config->api;
|
auto &apiconf = config->api;
|
||||||
apiconf.max_request_body = 16_k;
|
apiconf.max_request_body = 32_m;
|
||||||
|
|
||||||
auto &dnsconf = config->dns;
|
auto &dnsconf = config->dns;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue