1) Исправления в связи со сменой API MySQL
[openlib.git] / www / web.config
diff --git a/www/web.config b/www/web.config
new file mode 100644 (file)
index 0000000..4505425
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<configuration>\r
+    <system.webServer>\r
+        <staticContent>\r
+            <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="14.00:00:00" />\r
+        </staticContent>\r
+    </system.webServer>\r
+</configuration>
\ No newline at end of file