Hello, I’m trying to run the redash docker install behind a separate server that accepts https and then forwards to redash:80. I have problems with redirects etc. It appears I need to set a host name and replace http with https in some urls. Is there an easy way of doing this? i’m assuming I have to use nginx.conf to do some form of rewrite, however docker is making this really confusing.

2 Likes

To ensure I didnt end up in a redirect http->https loop I had to use:
add_header Strict-Transport-Security “max-age=31536000” always;