Commit 5650184a by Yehor Tsyba

Fixing yaml file

parent 37809cd3
Showing with 7 additions and 5 deletions
runtime: php55 runtime: php74
api_version: 1 api_version: 1
handlers: handlers:
# Serve images as static resources. # Serve images as static resources.
- url: /(.+\.(gif|png|jpg|css|js))$ - url: /(.+\.(gif|png|jpg|css|js))$
static_files: \1 static_files: \1
upload: .+\.(gif|png|jpg|css|js)$ upload: .+\.(gif|png|jpg|css|js)$
application_readable: true application_readable: true
# Serve php scripts. # Serve php scripts.
- url: /.* - url: /.*
script: index.php script: index.php
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment