Bookstack behind AWS ELB (standard application load balancer) #498

Closed
opened 2026-02-04 20:34:53 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @jacksonp2008 on GitHub (Nov 11, 2017).

For Bug Reports

  • BookStack Version (Found in settings, Please don't put 'latest'):18.4
  • PHP Version: 7
  • MySQL Version: AWS/RDS
Expected Behavior

AWS ELB is listening on port 443, and forwards to 80, bookstack is listening on 80 by default.
in .env, APP_URL=https://wiki.fxxx.com

Current Behavior

All URL returned by the app should be prefaced with https://wiki.fxxx.com

However, it often returns http://wiki.fxxx.com (which fails)

Steps to Reproduce

If you don't have AWS setup, I can provide you links to see ours. Just not on a public git.

Originally created by @jacksonp2008 on GitHub (Nov 11, 2017). ### For Bug Reports * BookStack Version *(Found in settings, Please don't put 'latest')*:18.4 * PHP Version: 7 * MySQL Version: AWS/RDS ##### Expected Behavior AWS ELB is listening on port 443, and forwards to 80, bookstack is listening on 80 by default. in .env, APP_URL=https://wiki.fxxx.com ##### Current Behavior All URL returned by the app should be prefaced with https://wiki.fxxx.com However, it often returns http://wiki.fxxx.com (which fails) ##### Steps to Reproduce If you don't have AWS setup, I can provide you links to see ours. Just not on a public git.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#498