1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Fix #88 - route t- URLs correctly.

This commit is contained in:
Chaoyi Zha 2015-06-04 18:56:38 -04:00
parent 327e3c91ed
commit 1e9e5a7f51

View File

@ -18,7 +18,7 @@ server {
rewrite ^/([a-zA-Z0-9]+)/?$ /r.php?u=$1;
rewrite ^/?\+([a-zA-Z0-9]+)$ /stats.php?bv=$1;
}
location /t {
location /t- {
rewrite ^/t-([a-zA-Z0-9]+)/?$ /r.php?u=t-$1;
}
location /api {