Teknik is a suite of services with attractive and functional interfaces.
https://www.teknik.io/
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
20 行
862 B
20 行
862 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<configuration> |
|
<system.webServer> |
|
<staticContent> |
|
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.00:00:00" /> |
|
</staticContent> |
|
<caching> |
|
<profiles> |
|
<add extension=".js" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" duration="00:00:30" /> |
|
<add extension=".css" policy="CacheUntilChange" kernelCachePolicy="CacheUntilChange" duration="00:00:30" /> |
|
</profiles> |
|
</caching> |
|
<httpProtocol> |
|
<customHeaders> |
|
<add name="access-control-allow-origin" value="*" /> |
|
<add name="access-control-allow-headers" value="content-type" /> |
|
</customHeaders> |
|
</httpProtocol> |
|
</system.webServer> |
|
</configuration>
|
|
|