From 1f13431933ffc6a74420665f7369e6d8f18839e8 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 15 Jun 2019 14:20:51 -0700 Subject: [PATCH] changes for appengine PHP 7.2 --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index 838a2de..54861f5 100644 --- a/app.yaml +++ b/app.yaml @@ -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