【发布时间】:2017-01-24 13:21:33
【问题描述】:
我想使用以下文件夹结构在谷歌云上上传和运行我的 php 应用程序:
yaml 文件如下所示:
runtime: php55
api_version: 1
handlers:
- url: /.*
script: index.php
- url: /css
static_dir: css
当我部署它时,它运行 index.php 文件,但不附加任何 css 或 js 文件。 yaml 文件的结构应该是什么,以便它接受 css 和 js 文件夹中的 css 和 js 文件?
谢谢
【问题讨论】:
标签: php google-app-engine gcloud app.yaml