libs/web: Set Expires-Header
[project/luci.git] / libs / web / luasrc / http.lua
index e26b3b5..4fa6438 100644 (file)
@@ -211,6 +211,7 @@ function write(content, src_err)
                        end
                        if not context.headers["cache-control"] then
                                header("Cache-Control", "no-cache")
+                               header("Expires", "0")
                        end