news: add atom feed

This commit is contained in:
Vincent Breitmoser
2019-10-04 15:02:01 +02:00
parent 695e4af7e9
commit ff66332ea7
4 changed files with 39 additions and 0 deletions

View File

@@ -195,6 +195,12 @@ location = / {
proxy_pass http://127.0.0.1:8080;
}
# cache "about" pages
location = /atom.xml {
proxy_cache static_cache;
proxy_pass http://127.0.0.1:8080;
}
# cache "about" pages
location /about {
proxy_cache static_cache;