Skip to content

Instantly share code, notes, and snippets.

View Manu0809fm's full-sized avatar
🏠
Working from home

Manu0809fm

🏠
Working from home
View GitHub Profile
runtime: php81
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
# Serve php scripts.
- url: /(.+\.php)$
runtime: php74
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
# Serve php scripts.
- url: /(.+\.php)$
runtime: php74
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
application_readable: true
# Serve php scripts.
runtime: php73
handlers:
- url: /
script: index.php
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files: \1
upload: .+\.(gif|png|jpg)$
application_readable: true
# Serve php scripts.
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