From fafdaad250ccd34be588cde740e14b2380999eca Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 5 Dec 2024 15:32:53 +0800 Subject: [PATCH] perf: update web gzip --- compose/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/web.yml b/compose/web.yml index 06d2b9d..288e23a 100644 --- a/compose/web.yml +++ b/compose/web.yml @@ -12,6 +12,7 @@ services: USE_LB: ${USE_LB:-1} USE_IPV6: ${USE_IPV6:-0} USE_XPACK: ${USE_XPACK:-0} + GZIP: ${GZIP:-on} CLIENT_MAX_BODY_SIZE: ${CLIENT_MAX_BODY_SIZE:-4096m} CORE_ENABLED: ${CORE_ENABLED:-1} KOKO_ENABLED: ${KOKO_ENABLED:-1}