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:
parent
327e3c91ed
commit
1e9e5a7f51
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user