Commit 6a701184 authored by root's avatar root

Add subdomain for powerpc

parent 3e24b2b7
......@@ -4,7 +4,7 @@
*/
var architecture = 'powerpc'
var port = 8002
var port = 8003
// common config
......
......@@ -29,6 +29,14 @@ subdomains["debomatic-armhf.debian.net"] = new httpProxy.createProxyServer({
host: 'localhost',
port: 8002
}
})
subdomains["debomatic-powerpc.debian.net"] = new httpProxy.createProxyServer({
target: {
host: 'localhost',
port: 8003
}
})
var mainServer = http.createServer(function(req, res) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment