Commit d71b51a8 authored by root's avatar root

Fix typo

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