Created
July 25, 2017 18:43
-
-
Save vitorpacheco/85e54c9333ba75a9a9ef097010f1676a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files"> | |
| <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" /> | |
| <dynamicTypes> | |
| <add mimeType="text/*" enabled="true" /> | |
| <add mimeType="message/*" enabled="true" /> | |
| <add mimeType="application/javascript" enabled="true" /> | |
| <add mimeType="application/json" enabled="true" /> | |
| <add mimeType="*/*" enabled="false" /> | |
| </dynamicTypes> | |
| <staticTypes> | |
| <add mimeType="text/*" enabled="true" /> | |
| <add mimeType="message/*" enabled="true" /> | |
| <add mimeType="application/javascript" enabled="true" /> | |
| <add mimeType="application/json" enabled="true" /> | |
| <add mimeType="*/*" enabled="false" /> | |
| </staticTypes> | |
| </httpCompression> | |
| <urlCompression doStaticCompression="true" doDynamicCompression="true" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment