From dcdd069d61042c08d644e30d18903b58313799c4 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 30 Jan 2024 11:02:54 -0600 Subject: Ann: Add SVG to cache --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 1804b58..bfa74e1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -151,7 +151,7 @@ in { virtualHosts."orsus.id" = { enableACME = true; addSSL = true; - locations."~* .(?:css|js|woff2)$".extraConfig = '' + locations."~* .(?:css|js|woff2|svg)$".extraConfig = '' expires 1y; add_header Cache-Control "public"; ''; -- cgit v1.2.3