How do I serve my App Engine app from a naked domain http://example.com
? I don't want to redirect from http://example.com
to http://www.example.com
. I want serve from http://example.com
.
Are there any reverse proxy services that would allow me to do this? I see CloudFlare has just released CNAME flattening specifically to support naked domains. However I have tried to setup a CNAME record for example.com
to myapp.appspot.com
but it appears not to work. Maybe the new Google Cloud DNS would work?
What have others done to make this work?