#134 temporary workaround for this

This commit is contained in:
Drewster727 2016-04-04 15:18:47 -05:00
commit f81b1de850

View file

@ -45,5 +45,8 @@
<handlers> <handlers>
<add name="Nancy" verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*" /> <add name="Nancy" verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*" />
</handlers> </handlers>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="00:00:15" />
</staticContent>
</system.webServer> </system.webServer>
</configuration> </configuration>