From 1bc44a47398480b44e7b4e9f4b450626296adcd2 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Jan 2025 05:36:15 +0000 Subject: [PATCH] Update Bookstack Configuration --- http.d/docs.shad.moe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http.d/docs.shad.moe b/http.d/docs.shad.moe index 60447c7..e3e39f2 100644 --- a/http.d/docs.shad.moe +++ b/http.d/docs.shad.moe @@ -11,8 +11,8 @@ server { include snippets/proxy/common-proxy-headers.conf; location / { - proxy_pass https://bookstack; + proxy_pass http://bookstack; } include snippets/global/errors/http-cat-error-pages.conf; -} \ No newline at end of file +}