Skip to content

Instantly share code, notes, and snippets.

@joshknutson
Created April 25, 2010 20:01
Show Gist options
  • Save joshknutson/378675 to your computer and use it in GitHub Desktop.
Save joshknutson/378675 to your computer and use it in GitHub Desktop.
add mime type
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xs="DotNetConfig.xsd" xmlns:vs="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<system.webServer>
<staticContent>
<mimeMap fileExtension=".gspl" mimeType="application/x-deflate" />
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment