Proxies / Help Guidance #81

Closed
opened 2026-02-04 16:36:49 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @armouredking on GitHub (Mar 27, 2016).

Just FYI for documentation purposes. Laravel has no builtin way of solving HTTPS translation across a proxy. Save someone else the headache of trying to figure out why things aren't working.

Fideloper has a project and it incorporated relatively painlessly into Bookstack ( tested by using email resets; prior to the install the email would set the address to http and after install the email reset links would be the correct https ).

Originally created by @armouredking on GitHub (Mar 27, 2016). Just FYI for documentation purposes. Laravel has no builtin way of solving HTTPS translation across a proxy. Save someone else the headache of trying to figure out why things aren't working. [Fideloper](https://github.com/fideloper/TrustedProxy) has a project and it incorporated relatively painlessly into Bookstack ( tested by using email resets; prior to the install the email would set the address to http and after install the email reset links would be the correct https ).
Author
Owner

@ssddanbrown commented on GitHub (Aug 25, 2016):

Hi @armouredking,
Thanks for reporting this issue. Sorry for my very late reply, I did not fully understand this issue before. As of the latest bugfix releases, With the work done in #40, I don't believe this is an issue now. As long as you set the APP_URL line in the .env file to include your full base url including https BookStack will forcefully use that. I've given it a test via a proxy and all seems to work okay so I will close this issue.

If the above does not fix this let me know and we'll re-open this.

@ssddanbrown commented on GitHub (Aug 25, 2016): Hi @armouredking, Thanks for reporting this issue. Sorry for my very late reply, I did not fully understand this issue before. As of the latest bugfix releases, With the work done in #40, I don't believe this is an issue now. As long as you set the `APP_URL` line in the `.env` file to include your full base url including https BookStack will forcefully use that. I've given it a test via a proxy and all seems to work okay so I will close this issue. If the above does not fix this let me know and we'll re-open this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#81