From 7396766ff9b6cae5c4aa4103853c899943362bb9 Mon Sep 17 00:00:00 2001 From: m1ka Date: Sun, 24 May 2026 19:34:50 +0200 Subject: [PATCH] add compression to nginx config in prod --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 970206b364ee341cc803969b1ab32e2fb5fafd49..6f06109cb7b913652b9a8b874aa56d78e04ac701 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,6 +15,7 @@ http { sendfile on; access_log /var/log/nginx/access.log; keepalive_timeout 3000; + gzip on; server { listen 80; root /data/www;