Skip to content

Instantly share code, notes, and snippets.

View diegoAvaloz's full-sized avatar

diegoAvaloz

  • Joined Oct 28, 2025
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)$