You have to substitute “SERVICE_ID” and “MY_CUSTOM_DOMAIN” with your own 
values. 

Example:

Service name: vFrontend

Custom domain: http://sample.appspot.com 
<http://simple-sample.appspot.com/mobile/>

To target the version in the default service using HTTP, you can use:

http://vFrontend-dot-sample.appspot.com 
<http://simple-sample.appspot.com/mobile/>


You can follow this document [1] on how to target specific services using 
URL patterns.

I recommend asking this 1-on-1 tech issue question on serverfault.com or 
stackoverflow.com where you will have access to a large community of 
enthusiasts and experts to share ideas with and get support from. Please 
visit article [2] for more information on community support.

[1] 
https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed#default_service
[2] https://cloud.google.com/support/docs/community



On Tuesday, July 11, 2017 at 11:24:18 AM UTC-4, Hiroshi Maruyama wrote:
>
> I want to map as follows.
>
> http://SERVICE_ID.MY_CUSTOM_DOMAIN    ->   
> https://SERVICE_ID-dot-MY_PROJECT_ID.appspot.com
>
>
> So I wrote as follows dispath.yaml
>
> dispatch.yaml ================
>
> dispatch:
> - url: "SERVICE_ID.MY_CUSTOM_DOMAIN/"
>   service: SERVICE_ID
> ===========================
>
> But.. don't wok.
>
> Why??
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/33650a53-d650-4cb9-bd51-7e5ca85aaad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... Hiroshi Maruyama
    • [google-appe... 'Kenworth (Google Cloud Platform)' via Google App Engine
    • [google-appe... 'Kenworth (Google Cloud Platform)' via Google App Engine

Reply via email to