From e10f5ede47fe4518d3507bce6b95167da51f6797 Mon Sep 17 00:00:00 2001
From: "Md. Zubaer Ahammed" <zubaerahammed223@gmail.com>
Date: Tue, 20 Sep 2016 20:10:38 +0600
Subject: [PATCH] Update nginx.conf

Though application/x-javascript was transitional, I have seen it's existence in some projects. It then creates confusion keeping some files uncompressed though gzip compression is enabled.
---
 nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nginx.conf b/nginx.conf
index 8e3cddc..7a4e291 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -92,6 +92,7 @@ http {
   gzip_types
     application/atom+xml
     application/javascript
+    application/x-javascript
     application/json
     application/ld+json
     application/manifest+json