Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/files/nginx/buildmaster.conf

Issue 29325436: Issue 1281 - Introduce module buildbot (Closed)
Patch Set: Issue 1281 - Fix documentation, improve configuration parameter handling Created Jan. 20, 2016, 4:13 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/adblockplus/files/nginx/buildmaster.conf
diff --git a/modules/rietveld/files/site.conf b/modules/adblockplus/files/nginx/buildmaster.conf
similarity index 70%
copy from modules/rietveld/files/site.conf
copy to modules/adblockplus/files/nginx/buildmaster.conf
index 9979317f269b78a33dacf0638fad5232f4acc064..5f516fad73b2269e4e56f85893e9f2c0016862da 100644
--- a/modules/rietveld/files/site.conf
+++ b/modules/adblockplus/files/nginx/buildmaster.conf
@@ -1,8 +1,10 @@
+# Forward requests to the local builbot master
location /
{
- proxy_pass http://localhost:8080/;
+ proxy_pass http://127.0.0.1:8010/;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
}
+

Powered by Google App Engine
This is Rietveld