Skip to content

Instantly share code, notes, and snippets.

runtime: php81
entrypoint: serve api/index.php
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
runtime: php81
api_version: 1
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
application_readable: true
runtime: php55
api_version: 1
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
application_readable: true