nghttpx: Increase api-max-request-body

This commit is contained in:
Tatsuhiro Tsujikawa 2017-12-02 13:37:23 +09:00
parent 04348ff20e
commit 2056e812bd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
{