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

Unified Diff: push/skiapush.conf

Issue 819473004: Set up the nginx servers for handling *.skia.org traffic. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 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
Index: push/skiapush.conf
diff --git a/push/skiapush.conf b/push/skiapush.conf
index c3570cb4123876e6af648cf2f1ce0672bf3c1f27..8bf2de2d87493381aeb36217827eb52d68a11701 100644
--- a/push/skiapush.conf
+++ b/push/skiapush.conf
@@ -57,3 +57,17 @@
"logserver",
"pull",
]
+
+ [servers.skia-skfe-1]
+ appNames = [
+ "logserver",
+ "pull",
+ "skfe-config",
+ ]
+
+ [servers.skia-skfe-2]
+ appNames = [
+ "logserver",
+ "pull",
+ "skfe-config",
+ ]

Powered by Google App Engine
This is Rietveld 408576698