Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
6a701184
Commit
6a701184
authored
Apr 15, 2014
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add subdomain for powerpc
parent
3e24b2b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
config/powerpc.config.js
config/powerpc.config.js
+1
-1
proxy/proxy.js
proxy/proxy.js
+8
-0
No files found.
config/powerpc.config.js
View file @
6a701184
...
...
@@ -4,7 +4,7 @@
*/
var
architecture
=
'
powerpc
'
var
port
=
800
2
var
port
=
800
3
// common config
...
...
proxy/proxy.js
View file @
6a701184
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment