diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-02 13:01:44 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-02 13:37:04 -0500 |
| commit | edf73acc0867cfc2b3367fe388ef734aef0555f5 (patch) | |
| tree | 21349268541805dd80d100a0a76540808d3ce5a9 /nginx | |
| parent | 2ab62e9f78ecc52b68facdf877497599aa9538dc (diff) | |
add Global Privacy Control metadata
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/server.conf b/nginx/server.conf index d4ca3eee..25cd5525 100644 --- a/nginx/server.conf +++ b/nginx/server.conf @@ -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"; } |
