Closed BerndGit closed 4 days ago
Hi @BerndGit,
Try updating the APP_URL
option to start with https://
instead of http://
, since it looks like you're accessing over https.
Hello Dan @ssddanbrown,
It's working now. Great!
Thanks for your fast answer, BerndGit
CLOSED
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
I want to run bookstack in a docker container. The container exposes port 48080. My Apache2 should act as a reverse proxy from the subdomain bs.mydomain.net -> localhost:48080.
Basicall I can see the login-page, but without style information. Obviously bookstack is not locating some resources correctly.
my docker-compose.yml looks like:
My current .conf file lools like this
<VirtualHost *:443>
ServerName bs.mydomain.net