index
:
webfs
master
webfs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cgi
/
redirect.cgi
blob: 8a9f7bd7c7df7a3575f3a5d7c5c7a7169ed0f19e (
plain
)
1
2
3
4
5
6
#!/bin/sh
cat
<<EOF
Status: 302 Redirect
Location: http://
$SERVER_NAME
:
$SERVER_PORT/
EOF