add proper static files
This commit is contained in:
19
web.config
19
web.config
@@ -17,7 +17,7 @@
|
|||||||
<rewrite>
|
<rewrite>
|
||||||
<rules>
|
<rules>
|
||||||
|
|
||||||
|
|
||||||
</rules>
|
</rules>
|
||||||
</rewrite>
|
</rewrite>
|
||||||
|
|
||||||
@@ -36,6 +36,23 @@
|
|||||||
<staticContent>
|
<staticContent>
|
||||||
<clientCache cacheControlMode="UseMaxAge"
|
<clientCache cacheControlMode="UseMaxAge"
|
||||||
cacheControlMaxAge="365.00:00:00" />
|
cacheControlMaxAge="365.00:00:00" />
|
||||||
|
|
||||||
|
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
||||||
|
<mimeMap fileExtension=".m4v" mimeType="video/m4v" />
|
||||||
|
<mimeMap fileExtension=".ogg" mimeType="video/ogg" />
|
||||||
|
<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
|
||||||
|
<mimeMap fileExtension=".webm" mimeType="video/webm" />
|
||||||
|
|
||||||
|
<mimeMap fileExtension=".oga" mimeType="audio/ogg" />
|
||||||
|
<mimeMap fileExtension=".spx" mimeType="audio/ogg" />
|
||||||
|
|
||||||
|
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
|
||||||
|
<mimeMap fileExtension=".svgz" mimeType="image/svg+xml" />
|
||||||
|
|
||||||
|
<remove fileExtension=".eot" />
|
||||||
|
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
|
||||||
|
<mimeMap fileExtension=".otf" mimeType="font/otf" />
|
||||||
|
<mimeMap fileExtension=".woff" mimeType="font/x-woff" />
|
||||||
</staticContent>
|
</staticContent>
|
||||||
<!--
|
<!--
|
||||||
You can control how Node is hosted within IIS using the following options:
|
You can control how Node is hosted within IIS using the following options:
|
||||||
|
|||||||
Reference in New Issue
Block a user