Keywords: WordPress + NGINX + SSL - Google Cloud Platform - How to - Domain Name (DNS)
Description:
I migrated the wordpress website, and I noticed that some of the links inside the articles point to the IP of the server link on:
pointing to
http://35.188.28.166/raspberry-pi/how-to-add-ssl-certification-to-nodered/
This is not the case with the new links.
I tried:
define('WP_HOME','http://notenoughtech.com');
define('WP_SITEURL','http://notenoughtech.com');
I also run
sudo ./bnconfig --machine_hostname notenoughtech.com
but the issue persists. I'd like to get this solved. BTW... the links are live, so I can access it correctly, just my domain is not present. I'm trying to solve this problem before I add the SSL