9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
5 years ago
|
#!/bin/sh
|
||
|
echo Content-type: text/html
|
||
|
echo
|
||
|
cat << EOF
|
||
|
<HTML>
|
||
|
<meta http-equiv="Refresh" content="1; url=https://$SERVER_NAME/#/status/overview">
|
||
|
</HTML>
|
||
|
EOF
|