Skip to content

Commit

Permalink
IIS - Add woof mime type for media folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vinespie committed Jun 13, 2015
1 parent 86608f1 commit f320eb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web.config.txt
Expand Up @@ -28,4 +28,11 @@
</rewrite>
</system.webServer>
</location>
<location path="media">
<system.webServer>
<staticContent>
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
</staticContent>
</system.webServer>
</location>
</configuration>

0 comments on commit f320eb5

Please sign in to comment.