Browse Source

changes for appengine PHP 7.2

pull/93/head
Aaron Parecki 4 years ago
parent
commit
1f13431933
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app.yaml

+ 2
- 2
app.yaml View File

@ -1,5 +1,4 @@
runtime: php72
api_version: 1
handlers:
- url: /assets
static_dir: public/assets
@ -9,4 +8,5 @@ handlers:
static_files: public/\1
upload: public/(favicon\.ico|robots\.txt)$
- url: /.*
script: public/index.php
script: auto
entrypoint: public/index.php

Loading…
Cancel
Save