From 0a7a56e05690cf02011894ca9fc75632554ba8a2 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 4 May 2023 22:39:15 +0300 Subject: [PATCH] put cache control header in /songs/ just in case --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 53763573b8..ba58397ab3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -62,6 +62,7 @@ server { location /songs/ { alias /songs/; include includes/serve-static; + add_header Cache-Control "max-age=2678400"; } location /asset_submissions/ { alias /asset_submissions/;