Debian Repo Redirect

Posted On // Leave a Comment

First off I am not thinking of moving or closing any of my mirrors.


Is it possible to redirect a repo via something like a temp-move / perm-move in http?



server {
location /oldrepo {
rewrite ^/(.*) http://ift.tt/1E5fDwp permanent;
}
}

http://ift.tt/1dvHQ0Z

0 comments:

Post a Comment