From 51ba68d135aee69e6e8f4239562eca4e4218c63b Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Tue, 29 Nov 2016 09:30:32 -0500 Subject: [PATCH] Configure nginx to gzip our svg and js files. --- conf/nginx/http-base.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx/http-base.conf b/conf/nginx/http-base.conf index 5f27de930..26fb8b020 100644 --- a/conf/nginx/http-base.conf +++ b/conf/nginx/http-base.conf @@ -22,6 +22,7 @@ gzip_min_length 500; gzip_disable "MSIE [1-6]\."; gzip_types text/plain text/xml text/css text/javascript application/x-javascript + application/javascript image/svg+xml application/octet-stream; map $proxy_protocol_addr $proper_forwarded_for {