If you want to use a custom runtime and customize Nginx, maybe your use case is more suitable for Cloud Run than App Engine. In Cloud Run you have more flexibility to configure runtime than in App Engine and can use any coding language you wish. You can check this community tutorial [1] for the steps required for this.
[1]: https://cloud.google.com/community/tutorials/deploy-react-nginx-cloud-run On Wednesday, May 26, 2021 at 3:42:11 PM UTC+2 [email protected] wrote: > Hi wokmou, > > As of [1], we would like to customize the nginx configuration in the VM > instance, not inside our container as our container doesn't include nginx. > We are looking for something like [2] but for custom runtime instead of PHP. > > Thank you. > > > On Tuesday, May 11, 2021 at 11:32:03 PM UTC+7 wokmou wrote: > >> Appengine flex by default also includes an nginx.conf file, which >> contains the basic nginx configuration information, as well was the >> index.html file, which serves as the root page for the nginx web server. >> This [1] will show you how to build Custom Runtimes in the App Engine >> Flexible Environment and Customize NGINX[2]. >> >> [1] >> https://cloud.google.com/appengine/docs/flexible/custom-runtimes/quickstart >> [2] >> https://cloud.google.com/appengine/docs/flexible/php/runtime#customizing_nginx >> On Monday, May 10, 2021 at 10:23:52 AM UTC-4 [email protected] wrote: >> >>> Hello everyone, >>> >>> Is it possible to customize the nginx.conf for app engine flex custom >>> runtime? I see that PHP runtime does support customize it through >>> nginx-app.conf but couldn't find one for the custom runtime. >>> >>> Thank you. >>> >>> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/eb1136cb-1022-4e10-ae7d-4825124e0e47n%40googlegroups.com.
