summaryrefslogtreecommitdiffstats
path: root/ufo.d/repos.conf
blob: 2afa765ee0362f694645a04de18e9e87f6dffe64 (plain)
1
2
3
4
5
6
7
location /ufo {
    return 301 http://darksoft.org/webbzr/alps/;
}

location /sources/csa {
    rewrite ^/sources/csa(/.*)$ http://darksoft.org/bzr/alps$1 permanent;
}