From 012a527abd87c7384051fb62204a18368b293eb9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 5 Nov 2020 15:18:47 -0500 Subject: add our response to Copperhead's baseless lawsuit --- nginx/server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx') diff --git a/nginx/server.conf b/nginx/server.conf index 25cd5525..2fef31d3 100644 --- a/nginx/server.conf +++ b/nginx/server.conf @@ -103,7 +103,7 @@ server { gzip_static off; } - location ~ "\.(json|txt|xml)$" { + location ~ "\.(json|pdf|txt|xml)$" { include /etc/nginx/snippets/security-headers.conf; add_header Cache-Control "public, max-age=1800"; } -- cgit v1.3.1