From 254e184427016b166917682563060a39e97ee56e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 1 Apr 2016 16:28:42 +0200 Subject: [PATCH] correct expire --- tier/development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier/development.yaml b/tier/development.yaml index 5df8f811..bd3625c6 100644 --- a/tier/development.yaml +++ b/tier/development.yaml @@ -1,5 +1,5 @@ --- apache::mod::expires::expires_by_type: - - { application/javascript: 86400 } + - { application/javascript: "access plus 1 day" } apache::default_mods: false \ No newline at end of file -- 2.39.5