From 4fc73626b754e17aae179ed56b97e39023d1a37c Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 16 Dec 2020 12:28:54 +0100 Subject: [PATCH] Properly cache html files --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 71cc3e45c..64e3e6435 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,7 +39,7 @@ http { # Expires map map $sent_http_content_type $expires { default off; - text/html epoch; # We don't cache the html for the browser to get the content + text/html max; text/css max; application/javascript max; ~image/ max;