Fix redirects.
This commit is contained in:
parent
37ae6e7472
commit
8b6361283c
|
@ -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/;
|
||||
|
|
Loading…
Reference in New Issue