Update Bookstack Configuration
This commit is contained in:
parent
45c25a98be
commit
1bc44a4739
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ server {
|
||||||
include snippets/proxy/common-proxy-headers.conf;
|
include snippets/proxy/common-proxy-headers.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://bookstack;
|
proxy_pass http://bookstack;
|
||||||
}
|
}
|
||||||
|
|
||||||
include snippets/global/errors/http-cat-error-pages.conf;
|
include snippets/global/errors/http-cat-error-pages.conf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue