We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ea819 commit 446757aCopy full SHA for 446757a
appengine/php72/grpc/app.yaml
@@ -1,8 +1,5 @@
1
runtime: php72
2
3
handlers:
4
-- url: /
5
- script: auto
6
-
7
-- url: /(monitoring|spanner|speech)\.php
+- url: /(monitoring|spanner|speech)\.php$
8
script: auto
appengine/php72/symfony-framework/app.yaml
@@ -22,6 +22,3 @@ handlers:
22
static_files: public/\1
23
upload: public/.*\.(ico|txt|gif|png|jpg)$
24
25
- # Declare a catch-all to send all other routes to be handled by the application.
26
- - url: .*
27
appengine/php72/wordpress/files/app.yaml
@@ -22,5 +22,3 @@ handlers:
static_files: wp-includes/images/media/\1
upload: wp-includes/images/media/.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
-- url: .*
0 commit comments