Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 4bb9eb3

Browse files
author
Christopher Schinnerl
authored
Merge pull request #36 from SkynetLabs/enable-application-javascript-gzip
fix application/javascript mime type
2 parents a7cae8b + 1785438 commit 4bb9eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/conf.d/gzip.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ gzip_min_length 256;
1515
gzip_proxied expired no-cache no-store private auth;
1616

1717
# enables the types of files that can be compressed
18-
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml image/x-icon;
18+
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml image/x-icon;

0 commit comments

Comments
 (0)