From 4a056e82fd62cdb289e57ca9c1ce4dda7bf80677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com> Date: Mon, 15 Feb 2021 07:31:55 +0100 Subject: [PATCH] update nginx cache control --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 70e3220..d83b633 100644 --- a/nginx.conf +++ b/nginx.conf @@ -50,7 +50,7 @@ http { try_files $uri =404; expires 1y; access_log off; - add_header Cache-Control "public"; + add_header Cache-Control "public, max-age=60"; } # Any route containing a file extension (e.g. /devicesfile.js) -- GitLab