[tor-commits] [flashproxy/master] Match all URLs in app.yaml.

dcf at torproject.org dcf at torproject.org
Mon May 20 07:32:07 UTC 2013


commit 8fe127f359d8c15aff97db0bd56820c05556b62e
Author: David Fifield <david at bamsoftware.com>
Date:   Sun May 19 23:48:10 2013 -0700

    Match all URLs in app.yaml.
    
    Let the app take care of what gets run for each.
---
 appengine/app.yaml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appengine/app.yaml b/appengine/app.yaml
index 6b7bd08..3b99ada 100644
--- a/appengine/app.yaml
+++ b/appengine/app.yaml
@@ -4,6 +4,6 @@ runtime: go
 api_version: go1
 
 handlers:
-- url: /(ip|reg/.+)
+- url: /.*
   script: _go_app
   secure: always





More information about the tor-commits mailing list