aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 15:50:56 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 15:50:56 -0400
commitf5bdbfca6e34e35231ab7ae72241c152b047f86b (patch)
tree19363ad9e7d69df5446ccc641d71688ffe8f2a65 /README.rst
parent13989a4e7cb4453225762dab6b5e5a7565b43df8 (diff)
downloadphorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.tar.gz
phorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.zip
FIX: Combine auth.php to login.php
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0b40b39..b92804a 100644
--- a/README.rst
+++ b/README.rst
@@ -192,8 +192,6 @@ URLs
Shows form for new paste
``/login``
Login page for protecting site
-``/auth``
- Authentication callback url
``/user``
Edit logged-in user information
@@ -236,6 +234,5 @@ If you use nginx, place the following lines into your ``server`` block:
rewrite ^/search/([0-9]+)$ /search.php?page=$1;
rewrite ^/login$ /login.php;
- rewrite ^/auth$ /auth.php;
rewrite ^/user$ /user.php;
}