Specify multiple (gzip + brotli) httpCompression schemes in IIS7/8/8.5 and prioritise brotli
- 阅读更多 关于 Specify multiple (gzip + brotli) httpCompression schemes in IIS7/8/8.5 and prioritise brotli
问题 I'm trying to get the new Brotli compression scheme working in IIS using "Brotli compression module for Microsoft IIS" by iisspeed.com. The Brotli compression module itself works fine if I change the <httpCompression> config section in applicationHost.config to only have the Brotli module. The problem is that I want to have both gzip and Brotli, and prefer Brotli The documentation on iisspeed.com says to do this: <httpCompression directory="path\to\temp\folder" minFileSizeForComp="50">