Skip to content

Add log-viewer to work on toolforge

David Caro requested to merge dcaro_add_log_viewer into main
  • Redirect to the proper schema when set in .env

This means that if you have in your .env:

APP_URL=https://some-url.com
APP_ENV=prod

Then it will force the redirections to be to https.

This is needed when running behind a proxy that terminates ssl (like toolforge tools).

Signed-off-by: David Caro dcaro@wikimedia.org

Merge request reports