UNPKG
redirect
Version:
latest (0.2.0)
0.2.0
0.1.0
A simple HTTP redirection server
pksunkara.github.com/node-redirect
pksunkara/node-redirect
redirect
/
config.json
14 lines
(13 loc)
•
202 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"port"
:
80
,
"redirects"
:
{
"localhost"
:
{
"host"
:
"http://pksunkara.github.com"
,
"code"
:
302
}
,
"*"
:
{
"host"
:
"http://www.google.com"
,
"code"
:
302
}
}
}