Why are articles disappearing?

This should do the trick (put into server tag):

error_page 404 = @archive;
location @archive {
        return 301 $scheme://archived.forum.manjaro.org$request_uri;
}
1 Like