X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/12f8fc8ebc9ed683604a357237d79ee5687b7d11..200ad8c2075802dbb38bbd27dd2f86c39fdb1ce0:/README.rst?ds=sidebyside diff --git a/README.rst b/README.rst index f805e77..255de2a 100644 --- a/README.rst +++ b/README.rst @@ -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;