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
|
||||
text/cache-manifest
|
||||
text/css
|
||||
text/javascript
|
||||
text/plain
|
||||
text/vcard
|
||||
text/vnd.rim.location.xloc
|
||||
|
|
Loading…
Reference in New Issue