From d7dc8c388f38ed380b9d5d595ea1313ba047c327 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Wed, 6 May 2026 10:06:09 +0200 Subject: [PATCH] fix geo --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index afdc440..73deeb1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,5 +18,5 @@ server { # Gzip gzip on; - gzip_types text/html text/css application/javascript image/svg+xml; + gzip_types text/html text/css text/plain application/javascript application/json image/svg+xml; }