From 4b4847e6008d887ee6b35d9e6e36dbecee5eda9b Mon Sep 17 00:00:00 2001 From: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:52:48 +0200 Subject: [PATCH] Enable gzip for nginx --- conf/nginx/http.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx/http.conf b/conf/nginx/http.conf index ff406135..5c8248ab 100644 --- a/conf/nginx/http.conf +++ b/conf/nginx/http.conf @@ -14,6 +14,8 @@ http { } server { + + gzip on; listen 80;