Hi Can we please remove the following redirect…

Hi! Can we please remove the following redirect from the conf.d/wordcampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.-redirect 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 raleigh.wordcamp.org;

        rewrite ^(.*)$ http://wordcampraleigh.com$1 permanent;
}

Thanks!

#wordcamp-org