Commit d71b51a8 authored by root's avatar root

Fix typo

parent 4356986b
......@@ -36,7 +36,6 @@ subdomains["debomatic-armhf.debian.net"] = new httpProxy.createProxyServer({
host: 'localhost',
port: 8003
}
})
subdomains["debomatic-mips.debian.net"] = new httpProxy.createProxyServer({
......@@ -44,13 +43,13 @@ subdomains["debomatic-mips.debian.net"] = new httpProxy.createProxyServer({
host: 'localhost',
port: 8004
}
})
subdomains["debomatic-mipsel.debian.net"] = new httpProxy.createProxyServer({
target: {
host: 'localhost',
port: 8005
}
})
subdomains["debomatic-powerpc.debian.net"] = new httpProxy.createProxyServer({
......
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