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