33 lines
538 B
YAML
33 lines
538 B
YAML
runtime: go115
|
|
|
|
default_expiration: "1m"
|
|
|
|
handlers:
|
|
- url: /robots.txt
|
|
static_files: static/robots.txt
|
|
upload: static/robots.txt
|
|
secure: always
|
|
|
|
- url: /favicon(.*)
|
|
static_files: static/favicon\1
|
|
upload: static/favicon.*
|
|
secure: always
|
|
|
|
- url: /
|
|
static_files: index.html
|
|
upload: index.html
|
|
secure: always
|
|
|
|
- url: /static/uEforth.exe
|
|
static_files: static/ueforth.windows
|
|
upload: static/ueforth.windows
|
|
secure: always
|
|
|
|
- url: /static
|
|
static_dir: static
|
|
secure: always
|
|
|
|
- url: /.*
|
|
script: auto
|
|
secure: always
|