From d85f08c3ed7cae9acb57b24452503edae9098f56 Mon Sep 17 00:00:00 2001 From: Paco Toledo Date: Tue, 13 Sep 2022 11:40:25 +0200 Subject: [PATCH] Nginx add "text/javascript" to gzip_types --- roles/nginx/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nginx/templates/nginx.conf.j2 b/roles/nginx/templates/nginx.conf.j2 index a3c6fbc26f..6b60169863 100644 --- a/roles/nginx/templates/nginx.conf.j2 +++ b/roles/nginx/templates/nginx.conf.j2 @@ -186,6 +186,7 @@ http { image/x-icon text/cache-manifest text/css + text/javascript text/plain text/vcard text/vnd.rim.location.xloc