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 |
Felix Dahlke
2015/11/19 19:50:00
Am I missing something, or does modules/adblockplu
mathias
2016/01/20 16:13:51
It seems like an entity in the review-tool-chain (
|
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; |
} |
+ |