From 9cc485f3b1e8ea08493e1dd1e18f91bccbec29b6 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 6 Nov 2022 14:43:49 -0800 Subject: [PATCH] Remove the redirect since it breaks the install.py --- backend/web/caddy/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/web/caddy/Caddyfile b/backend/web/caddy/Caddyfile index 74e7c97..ddfaf43 100644 --- a/backend/web/caddy/Caddyfile +++ b/backend/web/caddy/Caddyfile @@ -4,5 +4,5 @@ hishtory.dev:80 { ext .html log stdout tls off - redir / https://github.com/ddworken/hishtory + # redir / https://github.com/ddworken/hishtory } \ No newline at end of file