Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Debian Repo Redirect
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Debian Repo Redirect

MunMun Member

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://cdn.content-network.net/mirror/newmirror/$1 permanent;
}
}

Comments

Sign In or Register to comment.