您应该能够在与app.yaml文件相同的目录中创建 nginx-app.conf
文件。有一个在位于以下环境的Flex环境中使用nginx配置文件的示例:https : //github.com/GoogleCloudPlatform/getting-
started-
php/tree/master/4-auth。
Google的文档在此引用了相同的文件:https
:
//cloud.google.com/appengine/docs/flexible/php/runtime#customizing_nginx
创建该文件后,您应该能够添加所需的任何属性,然后重新构建项目以查看更改生效。



