Hi Can we please remove the following redirects…

Hi! Can we please remove the following redirects from WordCamp.org’s nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. config?

server {
        listen 80;
        server_name newyork.wordcamp.org;

        rewrite ^(.*)$ http://2009.newyork.wordcamp.org$1 permanent;
}

server {
        listen 80;
        server_name utah.wordcamp.org;

#       rewrite ^(.*)$ http://2010.utah.wordcamp.org$1 permanent;
        rewrite ^(.*)$ http://2011.slc.wordcamp.org$1 permanent;
}

Thanks!

#wordcamp-org