Update Bookstack Configuration

This commit is contained in:
Michael 2025-01-02 05:36:15 +00:00
parent 45c25a98be
commit 1bc44a4739

View file

@ -11,7 +11,7 @@ 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;