Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: doc/appengine/app.yaml

Issue 1393353002: Add app engine app to mirror html docs from chromium.googlesource.com (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: memcache'n Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | doc/appengine/favicon.ico » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/appengine/app.yaml
diff --git a/doc/appengine/app.yaml b/doc/appengine/app.yaml
new file mode 100755
index 0000000000000000000000000000000000000000..0a7f0aa78d73d19406e7b42b27b178b3c43a67a6
--- /dev/null
+++ b/doc/appengine/app.yaml
@@ -0,0 +1,12 @@
+application: crashpad-home
+version: 1
+runtime: go
+api_version: go1
+
+handlers:
Bons 2015/10/08 21:29:56 the browser will always request the favicon. don't
+- url: /favicon\.ico
+ static_files: favicon.ico
+ upload: favicon\.ico
+
+- url: /.*
+ script: _go_app
« no previous file with comments | « no previous file | doc/appengine/favicon.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698