summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--vhosts/blog/nginx.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/vhosts/blog/nginx.conf b/vhosts/blog/nginx.conf
index f2faf571..6696aa34 100644
--- a/vhosts/blog/nginx.conf
+++ b/vhosts/blog/nginx.conf
@@ -4,6 +4,11 @@ server {
location / {
root /public;
+
+ location ~* ^.*/atom\.xml$ {
+ types { }
+ default_type "application/atom+xml; charset=utf-8";
+ }
}
error_page 404 /404.html;