1
0
Fork 0
forked from svrjs/svrjs

Added more file formats to be excluded from compression

This commit is contained in:
Dorian Niemiec 2024-04-02 10:30:26 +02:00
parent e3c1dcea0e
commit b027443c47
2 changed files with 20 additions and 2 deletions

View file

@ -40,11 +40,20 @@
"allowStatus": true, "allowStatus": true,
"dontCompress": [ "dontCompress": [
"/.*\\.ipxe$/", "/.*\\.ipxe$/",
"/.*\\.flp$/",
"/.*\\.img$/", "/.*\\.img$/",
"/.*\\.iso$/", "/.*\\.iso$/",
"/.*\\.png$/", "/.*\\.png$/",
"/.*\\.jpg$/", "/.*\\.jpg$/",
"/.*\\.webp$/" "/.*\\.webp$/",
"/.*\\.mp3$/",
"/.*\\.mp4$/",
"/.*\\.mov$/",
"/.*\\.avi$/",
"/.*\\.webp$/",
"/.*\\.webm$/",
"/.*\\.ogg$/",
"/.*\\.ogv$/"
], ],
"enableIPSpoofing": false, "enableIPSpoofing": false,
"secure": false, "secure": false,

View file

@ -65,11 +65,20 @@
"allowStatus": true, "allowStatus": true,
"dontCompress": [ "dontCompress": [
"/.*\\.ipxe$/", "/.*\\.ipxe$/",
"/.*\\.flp$/",
"/.*\\.img$/", "/.*\\.img$/",
"/.*\\.iso$/", "/.*\\.iso$/",
"/.*\\.png$/", "/.*\\.png$/",
"/.*\\.jpg$/", "/.*\\.jpg$/",
"/.*\\.webp$/" "/.*\\.webp$/",
"/.*\\.mp3$/",
"/.*\\.mp4$/",
"/.*\\.mov$/",
"/.*\\.avi$/",
"/.*\\.webp$/",
"/.*\\.webm$/",
"/.*\\.ogg$/",
"/.*\\.ogv$/"
], ],
"enableIPSpoofing": false, "enableIPSpoofing": false,
"secure": false, "secure": false,