Fix redirects.

This commit is contained in:
Niels G. W. Serup 2016-09-02 11:54:57 +02:00
parent 37ae6e7472
commit 8b6361283c
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ location / {
rewrite ^/bito https://git.metanohi.name/bito.git/;
rewrite ^/bit https://git.metanohi.name/bito.git/;
rewrite ^/projects/totxt https://git.metanohi.name/totxt.git/;
rewrite ^/totxt https://git.metanohi.name/totxt.git/;
rewrite ^/totext https://git.metanohi.name/totxt.git/;
rewrite ^/projects/totxt https://old-projects.metanohi.name/totxt/;
rewrite ^/totxt https://old-projects.metanohi.name/totxt/;
rewrite ^/totext https://old-projects.metanohi.name/totxt/;
rewrite ^/projects/canvas https://old-projects.metanohi.name/canvas/;
rewrite ^/canvas https://old-projects.metanohi.name/canvas/;