From 45f4f865a4d332d579023f2723b0dd981bcd3659 Mon Sep 17 00:00:00 2001
From: emkael <emkael@tlen.pl>
Date: Mon, 11 Apr 2016 13:51:49 +0200
Subject:  * cache control headers for HTTP responses

---
 app/php/url/config.xml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'app')

diff --git a/app/php/url/config.xml b/app/php/url/config.xml
index a5870cd..bbba13c 100644
--- a/app/php/url/config.xml
+++ b/app/php/url/config.xml
@@ -29,5 +29,9 @@
             UrlFormat="HiddenPath"
             UrlParamSeparator="/"
             UrlManager="url" />
+    <module id="response"
+            class="THttpResponse"
+            CacheControl="public"
+            CacheExpire="10" />
   </modules>
 </configuration>
-- 
cgit v1.2.3