mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Serve a HTML redirect
This commit is contained in:
parent
9cc485f3b1
commit
3e0ed67518
@ -1,8 +1,7 @@
|
|||||||
hishtory.dev:80 {
|
hishtory.dev:80, localhost:80 {
|
||||||
root /srv/landing
|
root /srv/landing
|
||||||
gzip
|
gzip
|
||||||
ext .html
|
ext .html
|
||||||
log stdout
|
log stdout
|
||||||
tls off
|
tls off
|
||||||
# redir / https://github.com/ddworken/hishtory
|
|
||||||
}
|
}
|
9
backend/web/landing/www/index.html
Normal file
9
backend/web/landing/www/index.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0; URL='https://github.com/ddworken/hishtory'" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>See <a href="https://github.com/ddworken/hishtory">here</a>.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user