Skip to content

Commit 0df0b78

Browse files
#U4-5453 Fixed
Enabling IIS Compression gives ERR_CONTENT_DECODING_FAILED in backoffice
1 parent c6b6685 commit 0df0b78

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/Umbraco.Web.UI/web.Template.config

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,16 @@
262262
</dependentAssembly>
263263
</assemblyBinding>
264264
</runtime>
265-
265+
266+
<location path="umbraco">
267+
<system.webServer>
268+
<urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
269+
</system.webServer>
270+
</location>
271+
<location path="App_Plugins">
272+
<system.webServer>
273+
<urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
274+
</system.webServer>
275+
</location>
276+
266277
</configuration>

0 commit comments

Comments
 (0)