Skip to content

Commit 446757a

Browse files
authored
removes script: auto where it's no longer needed (GoogleCloudPlatform#803)
1 parent 12ea819 commit 446757a

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

appengine/php72/grpc/app.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
runtime: php72
22

33
handlers:
4-
- url: /
5-
script: auto
6-
7-
- url: /(monitoring|spanner|speech)\.php
4+
- url: /(monitoring|spanner|speech)\.php$
85
script: auto

appengine/php72/symfony-framework/app.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ handlers:
2222
static_files: public/\1
2323
upload: public/.*\.(ico|txt|gif|png|jpg)$
2424

25-
# Declare a catch-all to send all other routes to be handled by the application.
26-
- url: .*
27-
script: auto

appengine/php72/wordpress/files/app.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ handlers:
2222
static_files: wp-includes/images/media/\1
2323
upload: wp-includes/images/media/.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
2424

25-
- url: .*
26-
script: auto

0 commit comments

Comments
 (0)