diff options
Diffstat (limited to 'ufo.d/repos.conf')
-rw-r--r-- | ufo.d/repos.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ufo.d/repos.conf b/ufo.d/repos.conf new file mode 100644 index 0000000..2afa765 --- /dev/null +++ b/ufo.d/repos.conf @@ -0,0 +1,7 @@ +location /ufo { + return 301 http://darksoft.org/webbzr/alps/; +} + +location /sources/csa { + rewrite ^/sources/csa(/.*)$ http://darksoft.org/bzr/alps$1 permanent; +} |