diff options
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 62fdd854..6b2871c5 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -156,7 +156,7 @@ http { gzip_static off; } - location ~ "\.(json|pdf|txt|xml)$" { + location ~ "\.(atom|json|pdf|txt|xml)$" { include /etc/nginx/snippets/security-headers.conf; add_header Cache-Control "public, max-age=1800"; } |
