From 82b59b7647579fc6820fefe52d668ba6ee320b18 Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram Date: Wed, 19 Apr 2023 17:53:43 +0400 Subject: [PATCH] Unit http setting updated --- etc/unit/.unit.conf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/unit/.unit.conf.json b/etc/unit/.unit.conf.json index efc0826..1c30b9f 100644 --- a/etc/unit/.unit.conf.json +++ b/etc/unit/.unit.conf.json @@ -1,6 +1,8 @@ { "settings": { - "max_body_size": 20971520 + "http": { + "max_body_size": 20971520 + } }, "listeners": { "*:8080": {