From f186fcc7d86297bcdee7281a97ea727e1cc687cc Mon Sep 17 00:00:00 2001 From: brontolosone <177225737+brontolosone@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:42:57 +0000 Subject: [PATCH] let's gzip JS --- main.nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nginx.conf b/main.nginx.conf index 0306a2834..fedc58ac9 100644 --- a/main.nginx.conf +++ b/main.nginx.conf @@ -60,7 +60,7 @@ http { gzip_vary on; gzip_min_length 1280; gzip_http_version 1.1; - gzip_types text/plain text/css application/json application/x-javascript text/xml text/csv; + gzip_types text/plain text/css application/json application/x-javascript application/javascript text/xml text/csv; location /- { proxy_pass http://localhost:8005/-;