dns - Can I use a custom root domain for a bluemix CF application? -


i want use bare domain bluemix cf app. (a bare domain known zone apex, domain bought nothing on front of it, e.g. "azquelt.co.uk")

the bluemix docs configuring custom domain must configure cname record hostname want associate bluemix application.

however, cannot create cname record bare domain (e.g. "azquelt.co.uk"). limitation of dns.

is possible use bare domain name bluemix application or not supported?

yes, can use bare domain name in bluemix. have set record bare domain point bluemix domain ip address region. find ip address ping hostname corresponding region. example south region should user 75.126.81.68:

$ ping secure.us-south.bluemix.net ping secure.us-south.bluemix.net (75.126.81.68): 56 data bytes

the link mentioned has hostnames other bluemix regions well.

to configure application:

1) create custom domain in bluemix using bare domain (for example azquelt.co.uk

2) in bluemix application add new route , select new custom domain route , leave host field empty. in case application reachable in bare domain.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -