add Global Privacy Control metadata

This commit is contained in:
Daniel Micay
2020-11-02 13:01:44 -05:00
parent 2ab62e9f78
commit edf73acc08
3 changed files with 3 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ server {
gzip_static off;
}
location ~ "\.(txt|xml)$" {
location ~ "\.(json|txt|xml)$" {
include /etc/nginx/snippets/security-headers.conf;
add_header Cache-Control "public, max-age=1800";
}