[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Match all URLs in app.yaml.
commit 8fe127f359d8c15aff97db0bd56820c05556b62e
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits