From a18c94aedc05ea933416d69959bc608b63b7b830 Mon Sep 17 00:00:00 2001 From: Kalecgos1 <93034021+Kalecgos1@users.noreply.github.com> Date: Sun, 24 Oct 2021 02:42:04 +0200 Subject: [PATCH] Add text/javascript to gzip_types in .nginx.conf (#77) Add text/javascript to gzip_types in .nginx.conf files to allow gzipping of *.js files. --- .nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.nginx.conf b/.nginx.conf index 012317c..e316c3c 100644 --- a/.nginx.conf +++ b/.nginx.conf @@ -62,6 +62,7 @@ gzip_types image/x-icon text/cache-manifest text/css + text/javascript text/plain text/vcard text/vnd.rim.location.xloc