generate atom feed for releases

This commit is contained in:
Daniel Micay
2020-12-02 12:28:19 -05:00
parent 0b2ff9352f
commit abc83cbed6
4 changed files with 66 additions and 4 deletions

View File

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