Dose of openshift. Site nameservers is static or will be changed.

I am new to openshift apps, so I am making an app on the openshift website and I need to point the domain to its web address.

so my domain provider allowed me to set domain based on Nameservers. so i want to know that my nameservers site i openshift is static or may change in the future.

For example, my website address is

app-mysite.rhcloud.com

and this is the Nameserver:

ns1.p23.dynect.net with IP 208.78.70.23

.so if I set my NS Recorde domain to ns1.p23.dynect.net it works. and Nameserver app-mysite.rhcloud.com will change in the future or not. (Because on openshift site they listed the IP address appmysite.rhcloud.com, maybe change this to server maintenance or ...)

+3


source to share


1 answer


The best way to set up custom domain names with your OpenShift apps is to use CNAME certificates, see this post for more information https://www.openshift.com/blogs/domain-names-and-ssl-in-the-openshift- web-console . This means that providing your domain provider's name can be helpful.



Your application IP will inevitably change as your application is unlikely to stay on node. Take a look at the article I mentioned earlier and if you follow these steps your custom domain should persist regardless of your application IP.

+1


source







All Articles