diff options
Diffstat (limited to 'app/php/caches.xml')
-rw-r--r-- | app/php/caches.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/php/caches.xml b/app/php/caches.xml new file mode 100644 index 0000000..af2fd92 --- /dev/null +++ b/app/php/caches.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <paths> + <alias id="Web" path="../../http/" /> + </paths> + <modules> + <module id="cache" class="System.Caching.TDbCache" /> + <module id="asset" class="System.Web.TAssetManager" + BasePath="Web._assets" + BaseUrl="_assets" /> + </modules> +</configuration> |