From b794f84da1aaf446a3965f9b9363f997b3183872 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Oct 2019 05:53:11 +0200 Subject: Initial configuration --- ufo.d/repos.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ufo.d/repos.conf (limited to 'ufo.d/repos.conf') 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; +} -- cgit v1.2.1