google app engine - Connecting AppEngine Module to a custom DNS -
i've been having troubles trying connect module custom domain.
i works on appspot domain not on custom domain.
e.g.
http://m.myappname.appspot.com calls dispatch.yaml file routes request mobile frontend
but
http://m.myappcustomdomain.com serves default module (app.yaml)
any highly appreciated.
thanks
you entry in dispatch.yaml
file:
- url: "m.myappcustomdomain.com/*" module: your_mobile_module
Comments
Post a Comment