Site icon Hip-Hop Website Design and Development

My WordPress web site redirects to port 8082

I’ve a wp web site that was engaged on a dev server on port 8082.
After we determined the location is finished, we transferred it to a different server. Nonetheless one thing within the web site redirects to 8082 even though the nginx configuration is pointing to 80. That is insanity. I’ve tried to level it to a different port i.e. 8085 but it surely nonetheless reverts again to 8082 and occasions out as a result of the nginx is just not configured on that port.
It’s a clear WP set up with one of many default themes and there aren’t any plugins.

I’ve additionally tried to place the bellow eddits to wp-config.php

outline('WP_HOME', 'http://instance.identify');
outline('WP_SITEURL', 'http://instance.identify');

And eddied the siteurl and and dwelling fields into the wp_options desk however the web site nonetheless redirects to port 8082

Any solutions?