File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 107
107
<action type =" Rewrite" value =" {C:3}" />
108
108
</rule >
109
109
<!-- add vary header -->
110
- <rule name =" AddVaryAcceptEncoding" preCondition = " PreCompressedFile " enabled =" true" >
110
+ <rule name =" AddVaryAcceptEncoding" enabled =" true" >
111
111
<match serverVariable =" RESPONSE_Vary" pattern =" .*" />
112
112
<action type =" Rewrite" value =" Accept-Encoding" />
113
113
</rule >
122
122
<action type =" Rewrite" value =" gzip" />
123
123
</rule >
124
124
<preConditions >
125
- <preCondition name =" PreCompressedFile" >
126
- <add input =" {HTTP_URL}" pattern =" \.((?:css|html|ico|js|map|svg|txt|xml|webmanifest)\.(gz|br))" />
127
- </preCondition >
128
125
<preCondition name =" PreCompressedZopfli" >
129
126
<add input =" {HTTP_URL}" pattern =" \.((?:css|html|ico|js|map|svg|txt|xml|webmanifest)\.gz)" />
130
127
</preCondition >
You can’t perform that action at this time.
0 commit comments