part of #6: atom feed for recently updated pastes
[phorkie.git] / README.rst
index 255de2a7e3cbdd196fa4bc65f7f9d9693c39582e..ede03d0ba3ba1f824cec3d6321de983380ac9722 100644 (file)
@@ -284,6 +284,7 @@ If you use nginx, place the following lines into your ``server`` block:
 
     rewrite ^/new$ /new.php;
     rewrite ^/feed/new$ /feed-new.php;
+    rewrite ^/feed/updated$ /feed-updated.php;
     rewrite ^/list$ /list.php;
     rewrite ^/list/([0-9]+)$ /list.php?page=$1;