From 3e0ed675186e4c56b9ae4006204a486e7a9d0c54 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 6 Nov 2022 14:59:00 -0800 Subject: [PATCH] Serve a HTML redirect --- backend/web/caddy/Caddyfile | 5 ++--- backend/web/landing/www/index.html | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 backend/web/landing/www/index.html diff --git a/backend/web/caddy/Caddyfile b/backend/web/caddy/Caddyfile index ddfaf43..13b84b8 100644 --- a/backend/web/caddy/Caddyfile +++ b/backend/web/caddy/Caddyfile @@ -1,8 +1,7 @@ -hishtory.dev:80 { +hishtory.dev:80, localhost:80 { root /srv/landing gzip ext .html log stdout tls off - # redir / https://github.com/ddworken/hishtory -} \ No newline at end of file +} diff --git a/backend/web/landing/www/index.html b/backend/web/landing/www/index.html new file mode 100644 index 0000000..d82cb0f --- /dev/null +++ b/backend/web/landing/www/index.html @@ -0,0 +1,9 @@ + + + + + + +

See here.

+ +