mirror of https://github.com/flarum/flarum
Add text/javascript to gzip_types in .nginx.conf
Add text/javascript to gzip_types in .nginx.conf files to allow gzipping of *.js files.pull/77/head
parent
bfc0693fc0
commit
8d5559e4a6
|
@ -62,6 +62,7 @@ gzip_types
|
||||||
image/x-icon
|
image/x-icon
|
||||||
text/cache-manifest
|
text/cache-manifest
|
||||||
text/css
|
text/css
|
||||||
|
text/javascript
|
||||||
text/plain
|
text/plain
|
||||||
text/vcard
|
text/vcard
|
||||||
text/vnd.rim.location.xloc
|
text/vnd.rim.location.xloc
|
||||||
|
|
Loading…
Reference in New Issue