add our response to Copperhead's baseless lawsuit

This commit is contained in:
Daniel Micay
2020-11-05 15:18:47 -05:00
parent 62875b62a3
commit 012a527abd
3 changed files with 2 additions and 2 deletions

View File

@@ -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";
}